JSFiddle - React, Tailwind, and code Playground
by zoomieos
HTML
<input type="text" class="red" name="name" id="name_input" value="Xxxx">
CSS
.red {
color: red;
}
by zoomieos
<input type="text" class="red" name="name" id="name_input" value="Xxxx">
.red {
color: red;
}