JSFiddle - React, Tailwind, and code Playground
by Soviut
HTML
<section class="top-part">
<div class="not-content">
<h1><strong>BIG TEXT</strong></h1>
<h4>TEXT</h4>
</div>
</section>
CSS
.top-part {
position: relative;
width: 100%;
height: 8cm;
background-position: center;
background-size: cover;
}
.not-content {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
font-family:'Consolas','Courier New','Trebuchet MS';
line-height: .5cm;
flex-wrap: wrap;
}