JSFiddle - React, Tailwind, and code Playground

by bidolah

HTML

<input>
<input disabled>
<input type="submit">
<input type="submit" disabled>
<input type="submit" readonly>

CSS

input:not([readonly]) {
  background-color: #dde7f5;
}