JSFiddle - React, Tailwind, and code Playground

by Jim_Toth

HTML

<iframe width="640" height="480" src="//www.youtube.com/embed/MX_qANFVdqg?rel=0" frameborder="0" allowfullscreen></iframe>
<span>remove</span>
<iframe width="640" height="480" src="//www.youtube.com/embed/MX_qANFVdqg?rel=0" frameborder="0" allowfullscreen></iframe>
<span>remove</span>
<iframe width="640" height="480" src="//www.youtube.com/embed/MX_qANFVdqg?rel=0" frameborder="0" allowfullscreen></iframe>
<span>remove</span>
<iframe width="640" height="480" src="//www.youtube.com/embed/MX_qANFVdqg?rel=0" frameborder="0" allowfullscreen></iframe>
<span>remove</span>
<iframe width="640" height="480" src="//www.youtube.com/embed/MX_qANFVdqg?rel=0" frameborder="0" allowfullscreen></iframe>
<span>remove</span>
<iframe width="640" height="480" src="//www.youtube.com/embed/MX_qANFVdqg?rel=0" frameborder="0" allowfullscreen></iframe>
<span>remove</span>

JavaScript

$('span').on('click',function(){
    $(this).prev('iframe').remove();
});