JSFiddle - React, Tailwind, and code Playground
HTML
<input type="text" />
<input type="text" disabled="disabled" />
CSS
input[type="text"][disabled="disabled"] {
border: 1px solid #f00;
}
<input type="text" />
<input type="text" disabled="disabled" />
input[type="text"][disabled="disabled"] {
border: 1px solid #f00;
}