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;
}