JSFiddle - React, Tailwind, and code Playground

HTML

<h1>Hello This is my page</h1>
<iframe src ="http://bbc.co.uk" />

CSS

iframe {
  width: 1108px;
  height: 710px;
  -webkit-transform:scale(0.25);
  -moz-transform:scale(0.25);
  -o-transform:scale(0.25);
  transform:scale(0.25);
  position: absolute;
  left: -400px;
  top: -200px;
}