JSFiddle - React, Tailwind, and code Playground

by francisfortier

HTML

<label class="checkbox"><input type="checkbox" onchange="alert(this.checked)"> Bonjour</label>

CSS

.checkbox > input { visibility: hidden; }

.checked { background-color: red; }