JSFiddle - React, Tailwind, and code Playground
by ian_smithz
HTML
<div class="container6">
<h1>Centered!</h1>
</div>
CSS
div.container6 {
height: 10em;
display: flex;
align-items: center;
justify-content: center }
div.container6 h1 {
margin: 0 }