JSFiddle - React, Tailwind, and code Playground

by Michael Prosser

HTML

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>

JavaScript

$('body').append('<iframe id="iFrame" width="560" height="315" allow-presentation src="https://www.youtube.com/embed/n4bply6Ibqw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>');


setTimeout(function(){

console.log($("#iFrame").contents().html());

},5000);