JSFiddle - React, Tailwind, and code Playground

HTML

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

<div class="youtube-overlay"></div>

CSS

.youtube-overlay {
    width: 560px;
    height: 315px;
    position: absolute;
    z-index: 9999999999999999;
    margin: -315px 0 0 0;
}