JSFiddle - React, Tailwind, and code Playground
by Kirubel Girma
HTML
<div class="lgo_top"></div>
<div class="xlgo"></div>
CSS
body {
position: absolute;
background-color: rgb(22, 62, 125);
height: 100%;
width: 100%;
}
.lgo_top {
background-image: url('https://image.ibb.co/eHA3Kx/Artboard_1_12.png');
background-position: center;
background-repeat: no-repeat;
background-size: 10em;
height: 3em;
width: 10em;
}
.xlgo {
background-image: url('https://image.ibb.co/eHA3Kx/Artboard_1_12.png');
background-size: 10em;
height: 100%;
width: 100%;
background-repeat: no-repeat;
background-position: center;
}