JSFiddle - React, Tailwind, and code Playground

by lbstr

HTML

<div id="wrapper"></div>

JavaScript

var frame = document.createElement('iframe');
frame.src="http://www.google.com";
document.getElementById('wrapper').appendChild(frame);