JSFiddle - React, Tailwind, and code Playground
by sun
HTML
<form method="POST" action="/echo/html/">
<input type="text" name="name_autofill_test" placeholder="Name" />
<br/>
<input type="email" name="mail_autofill_test" placeholder="Email" />
<br/>
<input type="submit" />
</form>