JSFiddle - React, Tailwind, and code Playground

HTML

<H1>Item Details</h1>
<form action="/servletname">
Itemname:
<input type="text" name="itemname"/><br>
ItemQuantity:
<input type="text" name="itemq"/><br>
    <input type="submit"/><br>