JSFiddle - React, Tailwind, and code Playground
by adamzr
HTML
<label for="one">Click me:</label>
<input type="checkbox" id="one" name="one" />
<br />
Don't you wish you could click me:
<input type="checkbox" id="two" name="two" />
by adamzr
<label for="one">Click me:</label>
<input type="checkbox" id="one" name="one" />
<br />
Don't you wish you could click me:
<input type="checkbox" id="two" name="two" />