I had hoped for something similar to this
However, what I ended up with was this
This is the code I have:
<input
type="password"
class="form-control"
placeholder="password"
id="password-input"
aria-label="password input"
aria-describedby="password-input"
/>
<span class="input-group-text" id="password-input">@</span>
All the examples I've found online look great, but when I implement the code in my project, it doesn't seem to work :(