JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

button{
    display: block;
}