JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>
<div class="shikaka"></div>
<div id="shikaka2"></div>

CSS

div:not([class]):not([id]) {
    height: 200px;
    width: 200px;
    background-color: red;
}