JSFiddle - React, Tailwind, and code Playground
HTML
<iframe src="https://www.example.com/"></iframe>
CSS
iframe {
height: 300px;
width: 300px;
resize: horizontal;
overflow: auto;
}
<iframe src="https://www.example.com/"></iframe>
iframe {
height: 300px;
width: 300px;
resize: horizontal;
overflow: auto;
}