JSFiddle - React, Tailwind, and code Playground
by robhortn
HTML
<div><label><input type="radio" name="radio"> Checkbox 1</label></div>
<div><label><input type="radio" name="radio"> Checkbox 2</label></div>
CSS
input[type="radio"] {
-webkit-appearance: checkbox;
-moz-appearance: checkbox;
-ms-appearance: checkbox; /* not currently supported */
-o-appearance: checkbox; /* not currently supported */
}