JSFiddle - React, Tailwind, and code Playground
by Ronny
HTML
<iframe id="test" width="300" height="240">
JavaScript
window.addEvent('unload', function(){
alert($('test').getStyle('height'));
});
by Ronny
<iframe id="test" width="300" height="240">
window.addEvent('unload', function(){
alert($('test').getStyle('height'));
});