JSFiddle - React, Tailwind, and code Playground

HTML

<iframe id="frame" />

JavaScript

$("#frame").load(function(){
    alert("loaded!");
});


$("#frame").attr({
    src:"https://apple.com"
})