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%;
}
by Rishi Gautam
<div>
center me
</div>
html, body {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}