JSFiddle - React, Tailwind, and code Playground

by Murali Kaliappan

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;
}