JSFiddle - React, Tailwind, and code Playground

HTML

<iframe id="myIframe" width="560" height="315" frameborder="0" allowfullscreen></iframe>

JavaScript

var embed = function(url) {
    var id = url.split("?v=")[1]; //sGbxmsDFVnE
    var embedlink = "https://www.youtube.com/embed/" + id; //https://www.youtube.com/embed/sGbxmsDFVnE
    document.getElementById("myIframe").src = embedlink;
}

embed("https://www.youtube.com/watch?v=sGbxmsDFVnE");