JSFiddle - React, Tailwind, and code Playground
by Lal Prakash
HTML
<button type="button">Welcome</button>
CSS
button{
display: block;
margin:0 auto;
}
by Lal Prakash
<button type="button">Welcome</button>
button{
display: block;
margin:0 auto;
}