JSFiddle - React, Tailwind, and code Playground

HTML

<p><input type="radio" id="oddsPref" name="oddsPref" value="decimal" /><span>Decimal</span></p>

CSS

p{
    font-size:10px;
}

span{
    margin-top: 4px;
    position:absolute;
}