JSFiddle - React, Tailwind, and code Playground
HTML
<iframe id="frame" />
JavaScript
$("#frame").load(function(){
alert("loaded!");
});
$("#frame").attr({
src:"https://apple.com"
})
<iframe id="frame" />
$("#frame").load(function(){
alert("loaded!");
});
$("#frame").attr({
src:"https://apple.com"
})