The .input-group class is a container for enhancing an input by adding a "help text" icon, text, or button in front or behind the input field.
To add the help text in front of the input, use .input-group-prepend, and to add it behind the input, use .input-group-append.
Finally, style the provided help text with the .input-group-text class.