JSFiddle - React, Tailwind, and code Playground

by Craig Haywood

HTML

<div style="background-color: #000000; cursor: pointer; max-width: 800px; margin: auto; --plyr-color-main: aqua;" class="plyr__video-embed" id="player">
    <video style="max-width: 800px; background-color: #000000;" width="100%" poster="https://landingvideos.b-cdn.net/vidcov2.webp" controls>
        <source src="https://landingvideos.b-cdn.net/RsaCommsFree1_V2.mp4" type="video/mp4">
        Your browser does not support HTML video.
    </video>
</div>