JSFiddle - React, Tailwind, and code Playground
HTML
<div id="container">
<div class="blog">BLOG</div>
<div class="bloglogo">LOGO</div>
CSS
#container {display:flex;align-items: center;justify-content: center;
background: linear-gradient(120deg, blue 50%,rgb(185, 183, 183) 50%); height: 150px;}
.blog,.bloglogo{flex:0.5;text-align: center;}