JSFiddle - React, Tailwind, and code Playground
HTML
<div class="content">
<div class="statistic">
<div>
</div>
<div>
</div>
<div>
</div>
</div>
</div>
CSS
.statistic {
width: 100vw;
border: 1px solid black;
height: 100vw;
}
.content {
position: relative;
}