JSFiddle - React, Tailwind, and code Playground

by brigand

HTML

<input type="checkbox" name="" id="first">
<input type="checkbox" name="" id="second">

<label for="first">
  <label for="second">
    click me
  </label>
</label>