JSFiddle - React, Tailwind, and code Playground

by davidmurdoch

HTML

<html>
    <head>
        <title>WebbyFox</title>
        <script>
            
        </script>
    </head>
    <body>
        <iframe src="http://jsfiddle.net/echo/jsonp?nothing=to-see-here" prividgle="unrestricted"></iframe>
    </body>
</html>

CSS

html,body,iframe{
    width:100%;
    height:100%;
    margin:0;
    padding:0;            
    border:0;
}

JavaScript

/*****************************

Basically "http://customBrowserUI.example.com/"
would contain all the require()s, HTML, CSS, and UI
for our browser.

It would have the same priviledges as the main index.html
from which it was loaded.

It would be able to access the file system, cross-domain 
xhr, ect. just like it's `parent` frame (chromeless' index.html).

It would also have unlimited cross-domain access to any
child iframes nested within it.

*******************************/