JSFiddle - React, Tailwind, and code Playground

by gdicerbo

HTML

<div class="main">
    <button class="button">Hello</button>
</div>

CSS

.button {
    display: table;
    margin: 0 auto;
}