JSFiddle - React, Tailwind, and code Playground
by vaff
HTML
<div id="menu">MENU</div>
<div id="wrapper">
<img src="http://placehold.it/210x180&text=Picture+1" alt="">
<img src="http://placehold.it/210x180&text=Picture+2" alt="">
<div id="content">Content here</div>
</div>
CSS
#wrapper {
width: 425px;
}
#wrapper{
background: #bad;
}
#content {
background: #bada55;
}