JSFiddle - React, Tailwind, and code Playground

by petermorlion

HTML

<label><input type='checkbox'> Check this</label>

CSS

input[type=checkbox] { 
    width: 80px;
   height: 26px;
   margin: auto;
   position: relative;
   background: #fff;
   border: 1px solid #2e2e2e;
   border-radius: 2px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
}