JSFiddle - React, Tailwind, and code Playground
by NicoO
HTML
<input type="checkbox" />
CSS
/* http://stackoverflow.com/questions/306924/checkbox-size */
input
{
-ms-transform: scale(2); /* IE */
-moz-transform: scale(2); /* FF */
-webkit-transform: scale(2); /* Safari and Chrome */
-o-transform: scale(2); /* Opera */
}