JSFiddle - React, Tailwind, and code Playground

by oilvier

HTML

<input type="text" disabled value="toto">
<input type="text" disabled value="toto">

CSS

input[type="disabled"] {
  color: red;}
input:disabled {color: red;}