JSFiddle - React, Tailwind, and code Playground

by dsummersl

HTML

<html>
<body>
    iFrame goes under this:
    <div id="iframeholder"></div>
    
    <!-- put this script block at the bototm of the page -->
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
    <script type="text/javascript">
        $('#iframeholder').append('<iframe src="http://www.reddit.com/" width="300" height="200" id="'+ new Date().getTime() +'"></iframe>')
    </script>
</body>
</html>