JSFiddle - React, Tailwind, and code Playground

by Aaron von Schassen

HTML

<form action="https://formspree.io/[email protected]" method="POST" accept-charset="utf-8">


  <input type="hidden" name="itemid" value="1">
  <h2>Name: <input type="username" id="name" placeholder="Your Name" name="username" required></h2>
  <h2>Address:</h2>
  <textarea placeholder="Type Your Address" rows="20" id="comment_text" cols="40" class="ui-autocomplete-input" autocomplete="off" role="textbox" aria-autocomplete="list" aria-haspopup="true" name="address" required></textarea>
  <br> <br>
  <p id="note"><b>Note:Payement is When Recieving</b></p>
  <a href="done.html"><button type="submit" value="Buy" id="buy1">Buy</button></a>
</form>