JSFiddle - React, Tailwind, and code Playground
by mvivekc
HTML
<body class="logo">
<div class="img1" ></div>
<div class="img2" ></div>
</body>
CSS
.logo{
min-width:750px;
height:400px;/* depends on your pict height */
}
.img1 {
background-color:red;
width:600px;
height:300px;
float:left;
}
.img2{
background-color:black;
width:150px;
height:300px;
float:left;
}