JSFiddle - React, Tailwind, and code Playground
HTML
<form method="post">
<input name="a" type="text">
<input type="password" name="b">
<button type="submit">
send
</button>
</form>
<form method="post">
<input name="a" type="text">
<input type="password" name="b">
<button type="submit">
send
</button>
</form>