JSFiddle - React, Tailwind, and code Playground
HTML
<p>
<input type="checkbox" class="two" />
<input type="radio" class="two" />
<button type="submit" class="two"></button>
</p>
<p>
<input type="checkbox" />
<input type="radio" />
<button type="submit"></button>
</p>
CSS
.two {
transform: scale(2);
}