JSFiddle - React, Tailwind, and code Playground
HTML
<body>
<p>This website is iframed:<br/>
<iframe src="http://www.gp.se">
<p>Your browser does not support iframes.</p>
</iframe>
</p>
<p>This is my website in an iframe:<br/>
<iframe src="http://WWW.YOURWEBSITE.COM">
<p>Your browser does not support iframes.</p>
</iframe>
</p>
</body>