JSFiddle - React, Tailwind, and code Playground

by sfoster

HTML

<form method="GET" action="./">
<h1>
Login
</h1>
  <p>
    <label>User: <input type="text" name="username"></label>
  </p>
  <p>
    <label>Password: <input type="password" name="password"></label>
  </p>
  <p>
    <input type="reset" value="Reset"> |
    <input type="submit" value="Login">
  </p>
</form>