JSFiddle - React, Tailwind, and code Playground

HTML

<input type="radio">dg
<input type="checkbox">dg

CSS

input[type=checkbox],
input[type=radio] {
    height:40px;
    width:40px;
    -webkit-transform: scale(2,2);
    -moz-transform: scale(2,2);
    -o-transform: scale(2,2);
    transform: scale(2,2);
}