JSFiddle - React, Tailwind, and code Playground
HTML
<iframe src="/"></iframe>
JavaScript
var q = $('iframe').contents().find('body').height();
alert(q);
<iframe src="/"></iframe>
var q = $('iframe').contents().find('body').height();
alert(q);