JSFiddle - React, Tailwind, and code Playground

by Kirubel Girma

HTML

<div class="sscont">
   <div class="topss">
     <div class="lgoss"></div>
   </div>
   <div class="contss"></div>
 </div>

CSS

body {
  margin: 0;
}
.sscont {
  position: absolute;
  height: 100%;
  width: 100%;
}
.topss {
  height: 13em;
  width: 100%;
  background-color: black;
}