JSFiddle - React, Tailwind, and code Playground

by blunderboy

HTML

<iframe src="https://platform.twitter.com/widgets/tweet_button.html"
        style="border: 0; width:130px; height:20px;">
        </iframe>


<!-- Iframe with sandbox 
@url: http://www.html5rocks.com/en/tutorials/security/sandboxed-iframes/
-->

<iframe sandbox="allow-same-origin allow-scripts allow-forms"
    src="https://platform.twitter.com/widgets/tweet_button.html"
    style="border: 0; width:130px; height:20px;"></iframe>