JSFiddle - React, Tailwind, and code Playground

HTML

<div>center center box</div>

CSS

div{
    
width:50px;
    height:50px;
    background:orange;
    position:relative;
    margin: 0 auto;
    display:block;
}