JSFiddle - React, Tailwind, and code Playground
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>