JSFiddle - React, Tailwind, and code Playground
by MrLister
HTML
<h5 class="link"><a href="#">A long link that might wrap and then it gets all weird and stuff</a></h5>
CSS
.link:before {
content: "";
background: red;
background-size: contain;
width: 15px;
height: 15px;
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}
.link {margin-left:25px; text-indent:-25px;}