SyntaxFix
Write A Post
Hire A Developer
Questions
I just used :before with the input and passed $ as the content
input{ margin-left: 20px; } input:before { content: "$"; position: absolute; }