JSFiddle - React, Tailwind, and code Playground
by Lazyboy4ever
HTML
<input id="yourid" class="hello" type="text" />
CSS
.hello{
text-transform: uppercase;
}
by Lazyboy4ever
<input id="yourid" class="hello" type="text" />
.hello{
text-transform: uppercase;
}