JSFiddle - React, Tailwind, and code Playground

by Lazyboy4ever

HTML

<input id="yourid" class="hello" type="text" />

CSS

.hello{
text-transform: uppercase;
}