JSFiddle - React, Tailwind, and code Playground
HTML
<div class="wrap">
<div class="content">Hello World</div>
</div>
CSS
.wrap{
border: 1px solid;
background: lightblue;
height: 50px;
width: 120px;
font-family: sans-serif;
text-align:center; /* If you want to align the text to center */
line-height:50px;
}