JSFiddle - React, Tailwind, and code Playground

by wisegorilla

HTML

<div class="finder-wrapper">
	<div class="finder">
		
	</div>
	
		<div class="finder">
		
	</div>
	
</div>

CSS

.finder {
	background-image: url(https://via.placeholder.com/150);
	height: 300px;
}