JSFiddle - React, Tailwind, and code Playground
by Gothdo
HTML
<div></div>
<video></video>
CSS
body > :not(video) {
width: 100px;
height: 100px;
background-color: red;
}
by Gothdo
<div></div>
<video></video>
body > :not(video) {
width: 100px;
height: 100px;
background-color: red;
}