JSFiddle - React, Tailwind, and code Playground

by fredd man

HTML

<iframe sandbox="allow-scripts" width="560" height="315" src="https://www.youtube.com/embed/yuu9YH7_-T8" frameborder="0" allowfullscreen></iframe>

JavaScript

var frame = document.getElementById("myframe");
var fdoc = frame.contentDocument;

//fdoc.getElementsByTagName("video")[0].playbackRate = 3; // or whatever