JSFiddle - React, Tailwind, and code Playground

HTML

<div id="menu"></div>

CSS

#menu {
    width: 200px;
    height: 200px;
    background: #000;
}