I'm creating a div with a bunch of buttons inside
<div>
<button>a</button><button>b</button>
</div>
I want the buttons to appear justified or centered in the div. There will be several rows of buttons and they should essentially look like text but be centered/justified.