JSFiddle - React, Tailwind, and code Playground
HTML
<div class="container">
<h1> filosofia </h1>
</div>
CSS
.container{
height:200px;
width:400px;
background-color:#EB8A1C;
}
.container h1{
color:#2CDB1D;
text-align: center;
padding-top:40px;
font-size:400%;
}