JSFiddle - React, Tailwind, and code Playground
by nobuts
HTML
<input type="checkbox" /><label>My Label</label>
CSS
input[type=checkbox]:checked + label {
color:red;
}
by nobuts
<input type="checkbox" /><label>My Label</label>
input[type=checkbox]:checked + label {
color:red;
}