JSFiddle - React, Tailwind, and code Playground

by Md. Atiquzzaman Soikat

CSS

.hotel-logo {
    width: 170px;
    height: 170px;
    margin: 0 auto;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -100px;
    border-radius: 50%;
    transform: translateX(-50%);
    margin-left: 50%;
}