JSFiddle - React, Tailwind, and code Playground

HTML

<form method="post" action="/what/ever">
  <label>Name: <input required></label>
  <label>Email: <input type="email" required></label>
  
  <input type="submit" value="Send">
</form>