JSFiddle - React, Tailwind, and code Playground

by Shirly Manor

HTML

<div class="my_sprite_kate" width="500px"></div>

CSS

.my_sprite_kate{
  background: 
    url('https://res.cloudinary.com/eecloudinary/image/sprite/a_90/p_my_sprite_/v2315743843/kate2.png') 
    no-repeat;
}
.my_sprite_kate { 
    background-position: 0px 0px; width: 2000px; height: 1000px;
    transform: rotate(-90deg);
}
.sold {
   
}