JSFiddle - React, Tailwind, and code Playground

by jessekinsman

HTML

<script src="http://www.google.com/recaptcha/api/challenge?k=6LcecfUSAAAAAKKHUbA4kDBmg_C6Cl6ClBjLFQfy"></script>
 <!-- ... your HTML content ... -->

<form action="http:localhost:8888" method="post">

    <!-- ... your form code here ... -->
    <noscript>
       <iframe src="http://www.google.com/recaptcha/api/noscript?k=6LcecfUSAAAAAKKHUbA4kDBmg_C6Cl6ClBjLFQfy"
           height="300" width="500" frameborder="0"></iframe><br>
       <textarea name="recaptcha_challenge_field" rows="3" cols="40">
       </textarea>
       <input type="hidden" name="recaptcha_response_field"
        value="manual_challenge" />
    </noscript>
        <input type="submit" value="submit" />
  </form>