JSFiddle - React, Tailwind, and code Playground
HTML
<a href="#/Action1" class="button">
<div class="menu-container">
<div class="button-container">
<div>
</div>
<div>
</div>
<a href="#/Action2" class="button">Action2</a>
</div>
</div>
</a>
CSS
.button-container {
width: 520px;
background: gray;
overflow-y: auto;
}
.button-container>a {
width: 100px;
height: 100px;
float: left;
background: lightgray;
margin: 15px;
}