JSFiddle - React, Tailwind, and code Playground

by Konstantin Rouda

HTML

<label>
click me
<input type="checkbox"  />
<label>color</label>
</label>

CSS

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