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