JSFiddle - React, Tailwind, and code Playground

by Vladimir Kutepov

HTML

<h1>hello</h1>
<iframe id="frame" allowfullscreen="" frameborder="0" src="https://files.plyo.io/marikollen-torg-2/files/soldiagram/index.html" style="width: 100%; height: 927px;"></iframe>

JavaScript

const frame = document.getElementById("frame")
frame.addEventListener('scroll', (e) => console.log(e))