JSFiddle - React, Tailwind, and code Playground

by shaneburgess

HTML

<iframe id="frame" src="http://www.techcrunch.com"></iframe>
<button id="tester" onClick="change()">Change</button>

CSS

iframe{
    width: 100%;
    height: 100%;
}