JSFiddle - React, Tailwind, and code Playground
by dipaks2011
HTML
<input type ="text" enabled />
<input type ="text" disabled />
CSS
input:enabled{ background: #64be99; }
input:disabled{ background: #ccc; }
by dipaks2011
<input type ="text" enabled />
<input type ="text" disabled />
input:enabled{ background: #64be99; }
input:disabled{ background: #ccc; }