JSFiddle - React, Tailwind, and code Playground

by Max Sinev

HTML

<div class="bg bg-center-img"></div>

CSS

.bg {
  width: 64px;
  height: 64px;
  background: #ccc;
  border-radius: 10px;
  
  background-image: url(https://image.flaticon.com/icons/svg/145/145813.svg);
}

.bg-center-img {
  background-size: 48px;
  background-position: center;
  background-repeat: no-repeat;
}