JSFiddle - React, Tailwind, and code Playground

by Artem Borovikov

HTML

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Document</title>
</head>
<body>
    <input type="radio" name="myradio" value="1" >
        <input type="radio" name="myradio" value="2" checked >
            <input type="radio" name="myradio" value="3" >
</body>
</html>