JSFiddle - React, Tailwind, and code Playground

by karthick6891

HTML

<form>
    <input type="text" name="model[height]">
    <input type="text" name="model[weight]">
    <input type="text" name="model[age]">

   
    <input type="text">
    <input type="text">


    <button>Submit</button>
</form>