JSFiddle - React, Tailwind, and code Playground

by daneden

HTML

<input disabled placeholder="Can't touch this"><br>
<input disabled="true" placeholder="Can't touch this"><br>
<input disabled="false" placeholder="Can't touch this"><br>
<input disabled="You know it, brother" placeholder="Can't touch this"><br>
<input disabled="Heck no! Make this thing enabled!" placeholder="Can't touch this"><br>
<!-- ALL of the above will disable the input -->