JSFiddle - React, Tailwind, and code Playground

by lottikarotti

HTML

<header>Kopfzeile</header>
<iframe src="http://www.jsfiddle.net" name="Bildframe" width="300" height="200">
    Fehler.
</iframe>

CSS

/* -- normalize -- */
* { margin: 0 ; padding: 0 ; border: 0 none ; }
html, body { height: 100% ; font-size: 90% ; }

/* -- layout -- */
header {
    position: fixed ;
    /*z-index: 2 ;*/
    padding: 10px ;
    top: 0 ;
    left: 0 ;
    right: 0 ;
    background-color: #eee ;
}

iframe {
    /*position: relative ;*/
    /*z-index: 1 ;*/
    width: 100% ;
    height: 200% ;
}