JSFiddle - React, Tailwind, and code Playground

by Rishi Gautam

HTML

<div>
center me
</div>

CSS

html, body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}