JSFiddle - React, Tailwind, and code Playground

by blunderboy

HTML

<!-- Use of CSS Spriting -->
<div id = "a"> </div>

CSS

#a {
    background: url("http://static.jabong.com/p/Proline-Proline-Polo-Tshirts-Purple-5065-05244-1-zoom.jpg");
    background-position: -300px 0px;
    border: 1px solid green;
    border-radius: 5px;
    height: 300px;
    margin: auto;
    margin-top: 50px;
    text-align: center;
    width: 220px;
}