JSFiddle - React, Tailwind, and code Playground
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%;
}