JSFiddle - React, Tailwind, and code Playground
HTML
<div id="leftside">
<div id="topblock">
<!-- <img src="xxx.jpg" id="firstimage"> --><div style="background:blue"></div>
</div>
CSS
#leftside, #rightside{
float: left;
width: 50%;
}
html, body{
height: 100%;
margin: 0;
padding: 0;
}
#leftside{
height: 90%;
}
#topblock, #bottomblock{
height: 50%;
}
#topblock div, #bottomblock div{
height: 100%;
}