JSFiddle - React, Tailwind, and code Playground
HTML
<input type="radio" name="test">
<input type="radio" name="test">
CSS
input[type=radio]:checked {
box-shadow:red 0px 0px 0px 5px;
}
<input type="radio" name="test">
<input type="radio" name="test">
input[type=radio]:checked {
box-shadow:red 0px 0px 0px 5px;
}