JSFiddle - React, Tailwind, and code Playground

by Andreas Renberg

HTML

<input type="text" disabled />
<input type="checkbox" disabled />Check, please</input>
<div disabled>Nooo...</div>

CSS

/*:disabled { background-color: red;
display: block;}*/