JSFiddle - React, Tailwind, and code Playground

by Alexander Branchugov

HTML

<form method="post">
  <input name="a" type="text">
  <input type="password" name="b">

  <button type="submit">
  send
  </button>
</form>