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;
}