JSFiddle - React, Tailwind, and code Playground

by Karan1412

HTML

<body>
     <label for="t1">Name:</label>
     <input type="text" id="t1"><br/>
     <label for="t2">Age:</label>
     <input type="text" id="t2">
     </body>