JSFiddle - React, Tailwind, and code Playground

by phej

HTML

<div class="continer">
    <a href="#" class="logo">
    </a>
</div>

CSS

.logo {
    width:150px;
    height:150px;
    margin: 0 auto;
    background:red;
    display:block;
}