JSFiddle - React, Tailwind, and code Playground

HTML

<iframe id="iframe" src="/UFM44/4/"></iframe>
<a href="#" id="mah">now</a>

JavaScript

$('#mah').click(function() {
    //iframe ad hovers
    $('#iframe').contents().find('#home').click(function() {
        alert('do something here');
        return false;
    })
    return false;
});