JSFiddle - React, Tailwind, and code Playground
by lottikarotti
HTML
<header>Header</header>
<iframe src="http://www.jsfiddle.net"></iframe>
CSS
* { margin: 0 ; padding: 0 ; border: 0 none ; }
html, body { height: 100% ; fonz-size: 90% ; }
header {
position: fixed ;
padding: 10px ;
top: 0 ; left: 0 ; right: 0 ;
background: #eee url('http://goo.gl/W77NxB') ;
}
iframe {
width: 100% ; height: 200% ;
}