JSFiddle - React, Tailwind, and code Playground
HTML
<div id="container">
<div id="rows">
<div id="r1" style="height: 87.875px;">
<!-- <p>Why o why</p> -->
</div>
<div id="r2" style="height: 87.875px;">
<p>Why o why</p>
</div>
</div>
</div>
CSS
p {
font-size: 20px;
}
#container {
width: 1036px;
height: 703px;
background: red;
overflow: hidden;
}