JSFiddle - React, Tailwind, and code Playground

by Ashish Mishra

HTML

<iframe width="420" height="345"
src="http://www.youtube.com/embed/XGSy3_Czz8k">
</iframe>

JavaScript

$('iframe').mouseout(function(){
alert($(this).attr('src'));

});