JSFiddle - React, Tailwind, and code Playground
HTML
<div>Text</div>
CSS
div {
width: 150px;
height: 50px;
background-color: lightblue;
text-align: center;
line-height: 50px;
}
<div>Text</div>
div {
width: 150px;
height: 50px;
background-color: lightblue;
text-align: center;
line-height: 50px;
}