JSFiddle - React, Tailwind, and code Playground

HTML

<div id="a">	
	<div style="width: 169px; height: 47px; background-color: black; left: 15px; top: 0px;"></div>
	<div style="width: 39px; height: 44px; background-color: black; left: 17px; top: 47px;"></div>
	<div style="width: 67px; height: 25px; background-color: black; left: 13px; top: 223px;"></div>
	<div style="width: 46px; height: 27px; background-color: black; left: 122px; top: 147px;"></div>
	<div style="width: 31px; height: 42px; background-color: black; left: 153px; top: 57px;"></div>
	<div style="width: 37px; height: 23px; background-color: black; left: 100px; top: 191px;"></div>
	<div style="width: 43px; height: 22px; background-color: black; left: 207px; top: 212px;"></div>
	<div style="width: 20px; height: 25px; background-color: black; left: 34px; top: 119px;"></div>
	<div style="width: 28px; height: 21px; background-color: black; left: 90px; top: 75px;"></div>
	<div style="width: 23px; height: 37px; background-color: white; left: 139px; top: 24px;"></div>
	<div style="width: 19px; height: 33px; background-color: black; left: 175px; top: 24px;"></div>
	<div style="width: 38px; height: 8px; background-color: black; left: 179px; top: 240px;"></div>
	<div style="width: 17px; height: 17px; background-color: black; left: 146px; top: 174px;"></div>
	<div style="width: 12px; height: 52px; background-color: black; left: 58px; top: 196px;"></div>
	<div style="width: 16px; height: 153px; background-color: white; left: 13px; top: 79px;"></div>
	<div style="width: 18px; height: 10px; background-color: black; left: 32px; top: 91px;"></div>
	<div style="width: 16px; height: 13px; background-color: black; left: 85px; top: 184px;"></div>
	<div style="width: 23px; height: 10px; background-color: black; left: 202px; top: 230px;"></div>
	<div style="width: 41px; height: 17px; background-color: black; left: 143px; top: 78px;"></div>
	<div style="width: 11px; height: 15px; background-color: black; left: 144px; top: 123px;"></div>
	<div style="width: 9px; height: 16px;...

CSS

#a {
	position: relative;
}
#a div {
	position: absolute;
}