JSFiddle - React, Tailwind, and code Playground
HTML
<div style="background-image: url(http://mapserv.utah.gov/ArcGIS/rest/services/UtahBaseMap-Lite/MapServer/tile/7/572/566); ">
<img src="http://mapserv.utah.gov/ArcGIS/rest/services/UtahBaseMap-Lite/MapServer/tile/7/572/566" />
</div>
CSS
body { background: red; }
div {
border-radius: 16px;
height: 256px;
overflow: hidden;
position: relative;
width: 256px;
}
div img {
opacity: 0
}