JSFiddle - React, Tailwind, and code Playground
HTML
<ul>
<li id="anchor-header">Заголовок<br> dfgdfgdfgd</li>
<li id="anchor-header">Заголовок<br> dfgdfgdfgd</li>
</ul>
CSS
#anchor-header {
position: relative;
padding-left: 21px;
background-image: expression(this.runtimeStyle.backgroundImage="none",
this.innerHTML = '<img alt="" src="http://f.cl.ly/items/1l1g2a3A161P1f121r1m/blog-icons.png">'+this.innerHTML);
}
#anchor-header:before,
#anchor-header img {
content: url(http://f.cl.ly/items/1l1g2a3A161P1f121r1m/blog-icons.png);
position: absolute;
top: -2px;
clip: rect(4px 15px 18px 0);
left: -5px;
}