JSFiddle - React, Tailwind, and code Playground

HTML

<input class="my-class" type="text" value="some value" />

CSS

.my-class { color: red; }
[type="text"] { color: green; }