JSFiddle - React, Tailwind, and code Playground
by evinda
HTML
<input type="checkbox" checked="checked" value=" ">Text<br/>
CSS
body {
background-color: #90AFC5;
color: black;
}
input:checked {
background-color: white;
color: black;
}