JSFiddle - React, Tailwind, and code Playground
HTML
<input class="my-class" type="text" value="some value" />
CSS
input[type="text"] { color: green; }
.my-class { color: red; }
<input class="my-class" type="text" value="some value" />
input[type="text"] { color: green; }
.my-class { color: red; }