JSFiddle - React, Tailwind, and code Playground

by awolf2904

HTML

<iframe id="if1" src="https://fiddle.jshell.net/8ghsm1La/show/light/"/>

CSS

body {
    margin:0px;
    padding:0px;
    overflow:hidden
}

#if1 {
    overflow:hidden;
    overflow-x:hidden;
    overflow y:hidden;
    height:100%;
    width:100%;
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    height: 100%; 
    width: 100%;
}