JSFiddle - React, Tailwind, and code Playground
HTML
<div id="logo-container">
<div id="logo">
<a href="dashboard.php"><img src="http://placehold.it/350x150" /></a>
</div>
</div>
CSS
#logo-container{
margin:0 auto 0 auto;
background:#ECECEA;
}
#logo{
text-align:center;
}
#logo img {
margin:6px 0 10px 0;
width:330px;
}