JSFiddle - React, Tailwind, and code Playground
HTML
<button id="showmenu" type="button">Show menu</button>
<div class="sidebarmenu">
Some code
</div>
CSS
.sidebarmenu{
margin-top: 20px;
background-color: #eee;
}