JSFiddle - React, Tailwind, and code Playground
by joshuaohana
HTML
<div class="row">
<p>
I"m some text
</p>
</div>
CSS
.row {
top:20%;
background-color: red;
width: 100%;
height: 20%;
position: absolute;
overflow: hidden;
display: flex;
justify-content: center;
flex-direction: column;
}
.row > p {
width: 100%;
background: transparent;
position: absolute;
}