JSFiddle - React, Tailwind, and code Playground
HTML
<input type="radio"> Yes
<input type="radio"> No
CSS
input[type=radio] {
vertical-align: middle;
margin: 0;
}
<input type="radio"> Yes
<input type="radio"> No
input[type=radio] {
vertical-align: middle;
margin: 0;
}