JSFiddle - React, Tailwind, and code Playground

JavaScript

// delegate event to iframes
$(document).on("load","iframe",function(){
   console.log("Load event triggered!") 
});

// add dynamic iframe
$('<iframe style="width: 100%; height: 300px" src="http://jsfiddle.net/4FVDS/embedded/" allowfullscreen="allowfullscreen" frameborder="0"></iframe>').appendTo("body");