JSFiddle - React, Tailwind, and code Playground
HTML
<iframe id='myframe' url='http://www.leadtothetop.com/getstate.asp' />
JavaScript
$(document).ready(function() {
var frm = document.all.iframes.myframe;
});
<iframe id='myframe' url='http://www.leadtothetop.com/getstate.asp' />
$(document).ready(function() {
var frm = document.all.iframes.myframe;
});