JSFiddle - React, Tailwind, and code Playground
by hh54188
HTML
<div>
<h1>Hello world</h1>
<h1>Hello world</h1>
</div>
CSS
div{
display: -webkit-box;
-webkit-box-pack: center;
-webkit-box-align: center;
-webkit-flex-direction: column;
background:orange;
width:300px;
height:300px;
}