JSFiddle - React, Tailwind, and code Playground

by Venkatesh Dematti

HTML

<input type="radio" class="radio">

CSS

.radio{
  background:red;
  
}