JSFiddle - React, Tailwind, and code Playground
by Oliver_kh
HTML
<input type="radio" name="test" value="s">
<input type="radio" name="test" value="s">
CSS
input {
width: 100px;
height: 100px;
border-radius: 0px;
-moz-appearance: checkbox;
-webkit-appearance: checkbox;
}