JSFiddle - React, Tailwind, and code Playground

by AJIEKCEU

HTML

<div class="bg">
  <img src="https://habrastorage.org/webt/5a/bc/86/5abc863719613787170157.png">
</div>

CSS

.bg {
  width: 100px; height: 100px;
  background-color: black;
}

img {
}