JSFiddle - React, Tailwind, and code Playground

HTML

<p>This is what is currently being centered</p>

CSS

p {
    position: fixed;
    top:55;
    left:55;
    transform-origin: center;
    transform: rotate(12deg) translatex(-0%);
   
}