JSFiddle - React, Tailwind, and code Playground

HTML

<div id="logo"><img src="http://passets-cdn.pinterest.com/images/LogoRed.png" width="100" height="26" alt="Qlimp Logo"></div>

CSS

#logo {
  position: absolute;
  top: 9px;
  left: 50%;
  margin-left: -50px;
}