JSFiddle - React, Tailwind, and code Playground
by oscard
HTML
<form action="" name="fromTest">
<input type="text" name="name" value="" placeholder="name" autocomplete="off" />
<input type="email" name="email" value="" placeholder="email" autocomplete="off" />
<button type="submit"> Send </button>
</form>