JSFiddle - React, Tailwind, and code Playground
HTML
<iframe width="420" height="345"
src="http://www.youtube.com/embed/XGSy3_Czz8k">
</iframe>
JavaScript
$('iframe').mouseout(function(){
alert($(this).attr('src'));
});
<iframe width="420" height="345"
src="http://www.youtube.com/embed/XGSy3_Czz8k">
</iframe>
$('iframe').mouseout(function(){
alert($(this).attr('src'));
});