JSFiddle - React, Tailwind, and code Playground

by ilapawar

HTML

<div id="menuList">
</div>

CSS

#menuList{
    height:100px;
    width:100px;
    background-color:yellow;
}