JSFiddle - React, Tailwind, and code Playground

HTML

<button>Some Text</button>

CSS

button {
        display: block;
        margin: 0 auto;
    }