JSFiddle - React, Tailwind, and code Playground
HTML
<iframe src="https://en.wikipedia.org/wiki/Main_Page"></iframe>
JavaScript
$('iframe').on('load', function () {
console.log('some text here');
console.log($(this));
console.log($(this).contents().find('div'));
alert('loaded');
});