JSFiddle - React, Tailwind, and code Playground

by Morpheus_God

HTML

<div class="flx">
  <span>Text</span>
</div>

CSS

.flx{
  height:50px;
  display:flex;
  width:100%;
  border:1px solid red;
  align-items:center;
}