JSFiddle - React, Tailwind, and code Playground

HTML

<div class="centered">
  Hello world
</div>

CSS

.centered {
  align-items: center;
  border: 1px dashed red;
  display: flex;
  height: 8rem;
}