JSFiddle - React, Tailwind, and code Playground

by Andrew Lyndem

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");
   });