JSFiddle - React, Tailwind, and code Playground
HTML
<h1>Bookins<br/>sup</h1>
CSS
h1 {
float: left;
position: relative;
border: 1px solid green;
font-size: 42px;
}
h1:after {
content: " ";
position: absolute;
display: block;
top: 0;
left: 100%;
background: url('http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/48x48/cursor_drag_hand.png') no-repeat;
height: 48px;
width: 48px;
border: 1px solid red;
}