JSFiddle - React, Tailwind, and code Playground

by Tyriar

HTML

<div id="checkbox_wrapper">
    <input type="checkbox" id="checkbox" />
</div>

CSS

#checkbox {
    margin:0px;
    padding:0px;
    opacity:0.5;
}
#checkbox_wrapper {
    background:pink;
    float:left;
}