JSFiddle - React, Tailwind, and code Playground
by Fernando Leal
HTML
<form method="post">
<input type="email" name="email" id="email_fake" class="hidden" autocomplete="off" style="display: none;" />
<input type="email" name="email" id="email" autocomplete="off" />
<input type="password" name="password" id="password_fake" class="hidden" autocomplete="off" style="display: none;" />
<input type="password" name="password" id="password" autocomplete="off" />
<input type="submit" value="Submit" />
</form>