JSFiddle - React, Tailwind, and code Playground

HTML

<div id="logo">
    <div id="center">
        <a href="#"><img src="http://deployd.com/img/bucket/javascript.png"/></a>
        <h1> Header </h1>
    </div>
</div>

CSS

#logo{
    width:800px;
    display: flex;
    border: 1px solid black;
    align-items: center;
    justify-content: center;
    text-align: center;
}