JSFiddle - React, Tailwind, and code Playground

by bgrins

JavaScript

var iframe = document.createElement("iframe");
iframe.src = "http://briangrinstead.com/files/sleepy.php";
document.body.appendChild(iframe);