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;
}
<iframe src="http://www.w3schools.com" height="100%" width="100%"></iframe>
iframe {
max-width: 100%;
height: auto;
}