JSFiddle - React, Tailwind, and code Playground
HTML
<button>Some Text</button>
CSS
button {
display: block;
margin: 0 auto;
}
<button>Some Text</button>
button {
display: block;
margin: 0 auto;
}