JSFiddle - React, Tailwind, and code Playground

by Max Sinev

HTML

<!-- ВСТАВИТЬ ПЕРЕД ИМЕНЕМ -->

<div class="verified_medium"></div>

CSS

.verified_medium
{
    display: inline-block;
    background: url(http://stretchpay.net/frame/images/paypalVerMedGrey.png) left top no-repeat;
    width: 20px;
    height: 21px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}