JSFiddle - React, Tailwind, and code Playground

HTML

<iframe id="myiframe" src="http://www.google.co.uk"></iframe>

JavaScript

$('#myiframe').one('load', function(){
    
  console.log('loaded');  
})