JSFiddle - React, Tailwind, and code Playground

HTML

<div class="application-title">
    <img style="margin-top: 3px;height: 45px;" src="http://placehold.it/350x150" />
</div>

CSS

.application-title img {
    display:none;
}
.application-title {
    background:url("https://sarahpetrie.co.uk/wp-content/uploads/2014/06/Light-Wood-Background.jpg");
    width:500px;
    height:500px;
}