JSFiddle - React, Tailwind, and code Playground

HTML

<input type="radio" name="one" id="one">
<label for="one">1</label>
<input type="radio" name="one" id="two">
<label for="two">2</label>
<input type="radio" name="one" id="three">
<label for="three">3</label>
<input type="radio" name="one" id="four">
<label for="four">4</label>

CSS

label{
   position: relative;
  left: -13px;  
    top: -3px;
    font-size: 8pt;
    opacity: .5;
}