JSFiddle - React, Tailwind, and code Playground
by ilapawar
HTML
<div id="menuList">
</div>
CSS
#menuList{
height:100px;
width:100px;
background-color:yellow;
}
by ilapawar
<div id="menuList">
</div>
#menuList{
height:100px;
width:100px;
background-color:yellow;
}