JSFiddle - React, Tailwind, and code Playground

by Craig Haywood

HTML

<video id="background-video" autoplay loop muted poster="https://cdn2.reallysmart.art/bg4.webp">
    <source src="https://rsavid1.b-cdn.net/bg5.mp4" type="video/mp4">
</video>

<p style="color: withe">
>dfsgsgdfgsdf
</p

CSS

#background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.embed-container {
    position: relative;
    overflow: hidden;
}