JSFiddle - React, Tailwind, and code Playground
HTML
<div class="videoOut">
<iframe width="420" height="315"
src="https://www.youtube.com/embed/FgGz-Z3r-mw"
frameborder="0" allowfullscreen>
</iframe>
</div>
JavaScript
$('.videoOut').on('click', function () {
$(".bannerLink").alert("click");
});