JSFiddle - React, Tailwind, and code Playground

HTML

<div class="top_c">55555555555555555555</div>

CSS

.top_c {
	background:url(http://radikale.ru/data/upload/05615/4efc3/110500c5d8.png) repeat-x;
	position:relative;
	margin:13px 0 0 43px;
	padding:0 6px;
	width:auto !important;
	width:22px;
	height:27px;
	float:left;
}

.top_c:after, .top_c:before {
    content:"";
    position:absolute;
    display:block;
    height:27px;
    right:0px;
	top:0px;
	bottom:0px;
}

.top_c:after {
	background:url(http://radikale.ru/data/upload/04012/6895e/8bf2d9a159.png) no-repeat;
	width:14px;
	left:-13px;
}
.top_c:before {
	background:url(http://radikale.ru/data/upload/fb1a9/c2184/08a0c0cc8d.png) no-repeat;
	width:5px;
	right: -5px;
}