JSFiddle - React, Tailwind, and code Playground

by Gothdo

HTML

<div></div>
<video></video>

CSS

body > :not(video) {
  width: 100px;
  height: 100px;
  background-color: red;
}