JSFiddle - React, Tailwind, and code Playground

by magnix2k

HTML

<div class="j_img-overlay">
  <img src="https://image.flaticon.com/teams/slug/freepik.jpg">
</div>

CSS

.j_img-overlay {
  width: 100px;
  height: 100px;
}
.j_img-overlay img {
		background-size: auto;
	  background: url(http://icons.iconarchive.com/icons/graphicloads/100-flat/256/home-icon.png) no-repeat;
	  position: relative;
	  box-sizing: border-box;
		width: 100px;
		max-width: 100px;
		z-index: 100;
}