JSFiddle - React, Tailwind, and code Playground

JavaScript

var iframe = document.createElement('iframe');
iframe.addEventListener('load', function(){
    console.log(iframe.contentWindow.location.href);
}, false);
iframe.src = 'https://bit.ly/YiYXqv';
document.body.appendChild(iframe);