JSFiddle - React, Tailwind, and code Playground
by Bacher
HTML
<label><input type="radio" tabindex="-1" /> HELLO</label>
<label><input type="radio" tabindex="-1" /> HELLO</label>
<label><input type="radio" tabindex="-1" /> HELLO</label>
CSS
input:focus {
background: red;
}