JSFiddle - React, Tailwind, and code Playground

HTML

<div id="my-div">I want to be centered</div>

CSS

#my-div {
       position: absolute;
       bottom: 15px;
       text-align: center;
}