I'm attempting to insert a small text below an input group, but it's not working the same way as it does with form-groups.
In this example, I want the help text to be positioned under the input rather than beside it. Here's what I mean by input groups: https://getbootstrap.com/docs/4.0/components/input-group/
Here's the jsfiddle link if you want to experiment with it: https://jsfiddle.net/c59hnx8v/
By the way, this is just for demonstration purposes.