JSFiddle - React, Tailwind, and code Playground
by Lal Prakash
HTML
<button type="button">Welcome</button>
CSS
body, html {
height: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center;
}
button{
display: flex;
margin:0 auto;
align-items:center;
}