JSFiddle - React, Tailwind, and code Playground
by mori57
HTML
<div class="arrow-bg">Derp</div>
CSS
.arrow-bg {
background: url('http://mrg.bz/H4Awnq') no-repeat 50% 50%;
background-size: cover;
width:100px;
height:50px;
display:block;
}