JSFiddle - React, Tailwind, and code Playground

HTML

<dialog>
    <h3>This demo needs Chrome or another browser with <a href="http://caniuse.com/#feat=dialog">native HTML5 dialog support</a></h3>
    <div class="g-recaptcha" data-sitekey="6LfG6xETAAAAAO0LmuLHTkKW-r_XUby1MCHwjJnE"></div>
</dialog>

<script src='https://www.google.com/recaptcha/api.js'></script>

JavaScript

document.querySelector('dialog').showModal();