JSFiddle - React, Tailwind, and code Playground
HTML
<input type="checkbox" clasS='checkboxtext'/>
CSS
.checkboxtext
{
/* Double-sized Checkboxes */
-ms-transform: scale(2); /* IE */
-moz-transform: scale(2); /* FF */
-webkit-transform: scale(2); /* Safari and Chrome */
-o-transform: scale(2); /* Opera */
transform: scale(2);
padding: 10px;
font-size: 110%;
display: inline;
}