JSFiddle - React, Tailwind, and code Playground
by kunalvashist
HTML
<H1>Object tag :</h1>
<object id="test" data="http://www.w3schools.com/" height="300" width="300"></object>
<br/>
<h1> Iframe </h1>
<iframe id="test2" src="http://www.w3schools.com" height="300" width="300"></iframe>