JSFiddle - React, Tailwind, and code Playground

HTML

<div id="div" onclick="document.getElementById('video').width = '1000'; document.getElementById('video').height = '1000'; document.getElementById('div').style.display = 'none';" style="z-index:100; position:absolute; width:300px; height:300px; top:10px; left:10px;">
</div>
<iframe src="http://naver.com/" frameborder="none" width="300" height="300" id="video" style="z-index:1; position:absolute; top:10px; left:10px;"></iframe>