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