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; }
<input class="my-class" type="text" value="some value" />
.my-class { color: red; }
[type="text"] { color: green; }