JSFiddle - React, Tailwind, and code Playground

HTML

<div id="iphone4" >
<iframe src="index_atish.html" seamless="seamless"></iframe>
</div>

CSS

/*Mobile iframe CSS*/
iframe {
height: 100%;
width: 100%;
position: absolute;
top: 0;
margin: auto ;
left: 0;
border:none;
}
body{margin:0px;}