JSFiddle - React, Tailwind, and code Playground
by Ivin Raj S
HTML
<div class="header">
<div class="title">Title</div>
</div>
CSS
.header {
width: 100%;
height: 110px;
text-align: center;
background-color:gray;
overflow: hidden;
}
.title {
margin-top: 25px;
font-size: 30px;
}