JSFiddle - React, Tailwind, and code Playground
HTML
<div id="board">
<img src="http://www.floorshop.nl/filelib/s2/cache/avatar/50_50_crop/78165068854825177972463921101227496670361383-black-and-white-graphite_1.jpg" />
</div>
<div id="imgs">
<img src="http://www.floorshop.nl/filelib/s2/cache/avatar/50_50_crop/78165068854825177972463921101227496670361383-black-and-white-graphite_1.jpg" />
<img src="http://www.floorshop.nl/filelib/s2/cache/avatar/50_50_crop/78165068854825177972463921101227496670361383-black-and-white-graphite_1.jpg" />
<img src="http://www.floorshop.nl/filelib/s2/cache/avatar/50_50_crop/78165068854825177972463921101227496670361383-black-and-white-graphite_1.jpg" />
<img src="http://www.floorshop.nl/filelib/s2/cache/avatar/50_50_crop/78165068854825177972463921101227496670361383-black-and-white-graphite_1.jpg" />
<img src="http://www.floorshop.nl/filelib/s2/cache/avatar/50_50_crop/78165068854825177972463921101227496670361383-black-and-white-graphite_1.jpg" />
<img src="http://www.floorshop.nl/filelib/s2/cache/avatar/50_50_crop/78165068854825177972463921101227496670361383-black-and-white-graphite_1.jpg" />
</div>
CSS
html, body
{
height: 100%;
}
#board
{
position:fixed;
width:50%;
height:80%;
border:solid;
}
#imgs
{
position:fixed;
left:70%;
width:25%;
height:80%;
border:solid;
}