JSFiddle - React, Tailwind, and code Playground
by skirtle
HTML
<div onclick="console.log('click')">
<label for="abc">Label</label>
<input type="checkbox" id="abc">
</div>
by skirtle
<div onclick="console.log('click')">
<label for="abc">Label</label>
<input type="checkbox" id="abc">
</div>