JSFiddle - React, Tailwind, and code Playground

by Edgar Martinez

HTML

32px icons:


<img width="32px" height="32px" class="sprite" style="">

CSS

.sprite {
  background:url(http://maple2musicland.com/img/webmedals.png);
 background-position:-300px 0px;
  width:75px;
  height:75px;
   transform:scale(0.500);
}