JSFiddle - React, Tailwind, and code Playground

by 규연 황

HTML

<i class="holi-object-02">명절박스2</i>

CSS

[class|='holi-object'] {
    display: block;
    position: absolute;
    left: 50%;
    font: 0/0 a;
    border: 0;
    background: url(http://image.lottemart.com/lm2/images/contents/2017/12/sul-2018-sprite-object.png) no-repeat;
    z-index: 2;
}

.holi-object-02 {
    /* top: 1696px; */
    top: 50px;
    right: 0;
    width: 270px;
    height: 330px;
    margin-left: 670px;
    background-position: 0 -30px;
}