You can use flex
as part of your css, which in your menu you can access using the attribute className="myStyle"
for styling like so:
.myStyle { display: 'flex', flexWrap: 'wrap', justifyContent: 'space-around', overflow: 'hidden'}
as part of your css.