JSFiddle - React, Tailwind, and code Playground

by Dilip Prajapati

HTML

<form>
    <input type="radio" name="color" value="black" required /><br><br><br><br><br><br>
    <input type="radio" name="color" value="white" required/><br><br><br><br><br><br><br>

    <input type="submit" value="Click Here"   /><br>
</form>