JSFiddle - React, Tailwind, and code Playground

by Fernando Leal

HTML

<form method="post" autocomplete="off" action="/echo/json/" >
  <input type="email" name="email" id="email"/>
  <input type="password" name="password" id="password" />
  <input type="submit" value="Submit" />
</form>