JSFiddle - React, Tailwind, and code Playground

HTML

<button id="showmenu" type="button">Show menu</button>
    <div class="sidebarmenu">
                Some code
            </div>

CSS

#showmenu{
    margin-bottom:10px;
}