JSFiddle - React, Tailwind, and code Playground

by Sergio Crisostomo

HTML

<iframe width="560" height="315" src="https://www.youtube.com/embed/YBHQbu5rbdQ" frameborder="0" allowfullscreen></iframe>

JavaScript

var iframe = document.querySelector('iframe');
console.log(iframe);
var iframeDocument = iframe.contentDocument || iframe.contentWindow.document;
var button = iframeDocument.querySelector('.ytp-large-play-button');
console.log(button)