JSFiddle - React, Tailwind, and code Playground

HTML

<button id="logo"> fg</button>

CSS

body {
    color: #394E63;
    font: 20px Calibri;
    text-indent: 15px;
}

#logo{
  display: inline-block;
    height:115px;
    width:115px;
    background: #394E63 url(../images/image.png) no-repeat;
    cursor:pointer;
    left:15px;
    top:0;	
}