JSFiddle - React, Tailwind, and code Playground

HTML

<iframe width="300" height="169" src="http://www.youtube.com/embed/snycKoHgzJ4?feature=oembed" frameborder="0" allowfullscreen></iframe>

<iframe id="second" width="300" height="169" src="http://www.youtube.com/embed/snycKoHgzJ4?feature=oembed" frameborder="0" allowfullscreen></iframe>

JavaScript

jQuery(document).ready(function() {
       jQuery("#second").wrap('<div class="testing"></div>');  
});