JSFiddle - React, Tailwind, and code Playground
by LinkinTED
HTML
Text with a<a href="#">link in</a> it.
CSS
a {
border-bottom: 2px dashed;
text-decoration: none;
margin-left: 50px;
}
a:before {
content: "";
position: absolute;
background: url('http://www.fogster.com/art/scissor_icon.gif') no-repeat left center;
width: 50px;
height: 25px;
margin-left: -45px;
}