JSFiddle - React, Tailwind, and code Playground
HTML
<div class="wrap"> <a href="#">Register for a FREE Educational Webinar asdasd asd asd asda as Register for a FREE Educational Webinar asdasd asd asd asda as </a>
<div style="clear:both;"></div>
</div>
CSS
.wrap {
width: 425px;
border: 1px solid #000;
}
a {
display: block;
float: left;
width: auto;
font-size: 1.5em;
padding: 15px;
margin-right: 40px;
padding-right: 40px;
background: url('https://cdn0.iconfinder.com/data/icons/Tabs_Color_Social/40/Arrow-Right.png') 100% center no-repeat;
background-clip: border-box;
word-wrap: break-word;
}