JSFiddle - React, Tailwind, and code Playground
by johnoscott
HTML
<input type="checkbox">
CSS
.checkbox {
width: 30px;
height: 30px;
padding: 0 5px 0 0;
display: block;
clear: left;
float: left;
}
by johnoscott
<input type="checkbox">
.checkbox {
width: 30px;
height: 30px;
padding: 0 5px 0 0;
display: block;
clear: left;
float: left;
}