JSFiddle - React, Tailwind, and code Playground

by nobuts

HTML

<input type="checkbox" /><label>My Label</label>

CSS

input[type=checkbox]:checked + label {
    color:red;
}