JSFiddle - React, Tailwind, and code Playground
JavaScript
// in the parent page
function toggleOverlay(){
$('body').toggleClass('active');
}
// in the iframe page in click handler
parent.toggleOverlay();
// in the parent page
function toggleOverlay(){
$('body').toggleClass('active');
}
// in the iframe page in click handler
parent.toggleOverlay();