JSFiddle - React, Tailwind, and code Playground
HTML
<div id="menu"></div>
CSS
#menu {
width: 200px;
height: 200px;
background: #000;
}
<div id="menu"></div>
#menu {
width: 200px;
height: 200px;
background: #000;
}