JSFiddle - React, Tailwind, and code Playground

HTML

<div class="div"><span class="span">Hello</span></div>

CSS

.div {background-color: green; width: 200px; height: 200px; }
.span {color: white; top: 50%; position: relative; }