JSFiddle - React, Tailwind, and code Playground
by mrjordy
HTML
<div class="wholeBack">
<div class="backWall"></div>
<div class="middleWall"></div>
<div class="floorSolid"></div>
</div>
CSS
.wholeBack {
width: 98vw%;
height: 98vh;
margin: 1vh 1vw 1vh 1vw;
position: relative;
}
.backWall {
background: red;
width: 100%;
height: 100%;
display: block;
position: absolute;
}
JavaScript
// floor white c8c4c1 a59b91
// backwall 978c8a 4% 7e716b 26% c2bdc1 76% 9a9496 100
// middlewall bfbbbc a99f9d