JSFiddle - React, Tailwind, and code Playground

HTML

<div id="absolutecenter"></div>

CSS

#absolutecenter{
    width:100px;
    height:100px;
    background:black;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    margin: auto;
}