JSFiddle - React, Tailwind, and code Playground
HTML
<div class="container">
<div class="badge"></div>
<div class="video"><iframe title="YouTube video player" class="media-youtube-html5" type="text/html" width="500" height="300" src="http://www.youtube.com/v/9W82sMSMJJg?hd=1&wmode=transparent" wmode="opaque" frameborder="0"></iframe>
</div>
</div>
CSS
.container {position: relative; width: 500px;}
.badge {width: 100px; height: 100px; background: red; position: absolute; top: 0; right: -50px; z-index: 100;}
.video {width: 500px;}