JSFiddle - React, Tailwind, and code Playground

by Lal Prakash

HTML

<button type="button">Welcome</button>

CSS

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