JSFiddle - React, Tailwind, and code Playground

by johntrepreneur

HTML

<div id="div1">
<label id="label1" for="input1"><input id="input1" type="checkbox" checked/>Sunday</label>
</div>

CSS

#div1 {
  background-color: lightgrey;
  height: 50px;
}
##label1 {
}
#input1 {
}