JSFiddle - React, Tailwind, and code Playground

HTML

<div>
<span id="text">
test test
</span>
</div>

CSS

div {
  background-color: #2196F3;
  height: 80px;
}
#text{
  font-family:'Devnia'; 
  font-size:160%;
  color:#333;
  position: relative;
  left:50%;
  top:31%;
}