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
var second = document.getElementById("second");
var div = document.createElement("div");
div.appendChild(second);
document.body.appendChild(div);