JSFiddle - React, Tailwind, and code Playground

by Ayyappan Sakthivadivel

HTML

<div class="flex-cust">
  
        test
    </div>
</div>
</div>

CSS

.flex-cust{
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}