JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

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