JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

.top_c {
	background:url(http://radikale.ru/data/upload/05615/4efc3/110500c5d8.png) repeat-x;
	position:relative;
	margin:0 5px 0 14px;
	padding:3px 10px;
	height:27px;
    width:auto !important;
    width:100%;
    min-width:22px;
}

.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;
	left:42px;
}