JSFiddle - React, Tailwind, and code Playground

HTML

<input type="radio"> Yes
<input type="radio"> No

CSS

input[type=radio] {
    vertical-align: middle;
    margin: 0;
}