JSFiddle - React, Tailwind, and code Playground

by rsmclaug

HTML

<input class="dollar">

CSS

.dollar::before {
    content: '$';
}