JSFiddle - React, Tailwind, and code Playground

by sampaNight

HTML

Modo 1
<br/>
<label>
<input type="checkbox" value="true" name="campo" id="campo">
Selecione
</label>

<br/>
<br/>
Modo 2
<br/>
<input type="checkbox" value="true" name="campo1" id="campo1">
<label for="campo1">
Selecione
</label>