JSFiddle - React, Tailwind, and code Playground

by grahamblevins

HTML

<script src="//requirejs.org/docs/release/1.0.1/minified/require.js"></script>
<iframe src="http://jquery.com/"></iframe>
<iframe src="http://jquery.com/"></iframe>
<iframe src="http://jquery.com/"></iframe>
<iframe src="http://jquery.com/"></iframe>
<iframe src="http://jquery.com/"></iframe>
<iframe src="http://jquery.com/"></iframe>
<iframe src="http://jquery.com/"></iframe>
<iframe src="http://jquery.com/"></iframe>
<iframe src="http://jquery.com/"></iframe>
<iframe src="http://jquery.com/"></iframe>

JavaScript

(function (require, undefined) {

    require({
            
        paths: {
            jquery: '//code.jquery.com/jquery-1.7'
        },
        
        priority: ['jquery']
        
    }, ['require', 'jquery'], function (require, jQuery) {});
    
})(this.require);