JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

input[type="radio"]{
    vertical-align: baseline;
}