JSFiddle - React, Tailwind, and code Playground

by Ganesh

HTML

<iframe id="iframe-ad-1" src="//api.jquery.com/" height="800" width="500"></iframe>

JavaScript

$('iframe').load(function(){
  $(this).contents().find("body").on('click', function(event) { alert('test'); });
});