JSFiddle - React, Tailwind, and code Playground

by JohnFish

HTML

<input type="radio" name="row-1" data-col="1">
<input type="radio" name="row-1" data-col="2">
<input type="radio" name="row-1" data-col="3">

CSS

input { 
    height: 25px;
    width: 25px;
}