JSFiddle - React, Tailwind, and code Playground

HTML

<label class="fakeRadio active">
   <input type="radio">
</label>

CSS

.fakeRadio input[type=radio]:checked, .fakeRadio.active {
    opacity:1;
}