JSFiddle - React, Tailwind, and code Playground
HTML
<input class="problem" type="text" value="enabled">
<input class="problem" type="text" value="disabled" disabled="disabled">
CSS
.problem { color : red; }
.problem[disabled] { color : #cfcfcf; }