JSFiddle - React, Tailwind, and code Playground

by zequez

HTML

<iframe name="hidden_iframe" id="hidden_iframe" style="display:none;"></iframe>
<form method="post" action="https://script.google.com/macros/s/AKfycbwq74Z-Qz7Mbh4mCQsxnB1KFXrwcaNBUYMHHad1BLaH90DOUJg/exec" name="theForm" id="theForm" target="hidden_iframe" id="GoogleForm">
  Name:
  <input type="text" name="name" id="name" />
  <br />Comment:
  <textarea name="comment" id="comment"></textarea>
  <br /> Basic spam prevention (enter any 4 digit number):
  <input name="numbers" id="numbers" type="text">
  <input type="button" value="Submit" class="submit" />
  <span id="success"></span>
</form>