JSFiddle - React, Tailwind, and code Playground

HTML

<div class="navbar">
</div>

CSS

.navbar {
  background: url(https://i.imgur.com/pJtQtzR.png) no-repeat left center;
  background-size: contain;
  height: 90px;
  -ms-interpolation-mode: bicubic;
}