JSFiddle - React, Tailwind, and code Playground
HTML
<form method="post" autocomplete="off" action="/echo/json/" >
<input type="email" name="email" id="email"/>
<input type="password" name="password" id="password" />
<input type="submit" value="Submit" />
</form>