JSFiddle - React, Tailwind, and code Playground

by LyndseyB

HTML

<label> <input type="radio" name="test" value="1">  This is my Radio Button </label>
<label> <input type="radio" name="test" value="2"> This is my Second Radio Button </label>

CSS

label {
   display: block;
}