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;
}
<label><input type="radio" id="oddsPref" name="oddsPref" value="decimal" /> Decimal</label>
input[type="radio"]{
vertical-align: baseline;
}