JSFiddle - React, Tailwind, and code Playground
HTML
<iframe id="ifr" src="http://fiddle.jshell.net/B4AKc/2/show/"></iframe>
JavaScript
var iframe = document.getElementById("ifr").contentWindow;
iframe.$( ".toggle_div").bind("change",
function(){
$("#ifr").css({height: iframe.$("body").outerHeight()});
});