JSFiddle - React, Tailwind, and code Playground

HTML

<iframe src="http://www.bbc.co.uk" frameborder="0"/>

CSS

* {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
}