JSFiddle - React, Tailwind, and code Playground

by Mahadevan Sivasubramanian

HTML

<form id="form" method="post">
    <input type="text" id="productName" placeholder="Product Name"/><br/>
    <input type="text" id="description" placeholder="Description"/></br/></br/>
    <button>Retrieve Data</button>
</form>