JSFiddle - React, Tailwind, and code Playground

by gianlucaguarini

HTML

<label>
  my input
  <input type="checkbox" name='foo' value='fabio'>
</label>

<label for='my'>
  my input
</label>

 <input id='my' type="checkbox" name='foo' value='fabio'>