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%;
}
by shaneburgess
<iframe id="frame" src="http://www.techcrunch.com"></iframe>
<button id="tester" onClick="change()">Change</button>
iframe{
width: 100%;
height: 100%;
}