JSFiddle - React, Tailwind, and code Playground

HTML

<iframe src="http://www.w3schools.com" height="100%" width="100%"></iframe>

CSS

iframe {
    max-width: 100%;
    height: auto;
}