JSFiddle - React, Tailwind, and code Playground

by Peyton Hessler

HTML

<form action="/action_page.php" method="get">
  First name: <input id= fname type="text" name="fname"><br>
  Last name: <input type="text" name="lname"><br>
  <input type="submit" value="Submit">
</form>