JSFiddle - React, Tailwind, and code Playground

by operatino

HTML

<div class="image"></div>

CSS

.image {
    border: 1px solid #E4E8CE;
    width: 18px;
    height: 18px;
    background: url(http://www.odnoklassniki.ru/res/default/Images/redesign/sprite/sprt_ic_2_01.png) no-repeat 1px -109px;
    filter:alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    cursor: pointer;
  
    }