JSFiddle - React, Tailwind, and code Playground

HTML

<div class="text_block">
    <center>sample text in sample block</center>
</div>

CSS

.text_block {
    color: white;
    background-color: red;
    width: 80%;
    height: 30%;
    font-size: 2rem;
}