JSFiddle - React, Tailwind, and code Playground

HTML

<header>
  <div>
    <div></div>
  </div>
  <div>Обратная связь</div>
  <div>
    918 222 0 222
    <br>
    222 0 222
  </div>  
</header>

CSS

header{
  display:flex;
  width:100%;
  padding:50px 0px;
  align-items:center;
 }
 header>div{
   width:33.33%;
 }
header>div:nth-child(1)>div{
  width:152px;
  height:65px;
  background:url('https://2ch.hk/web/src/120219/15645939411470.png') left center no-repeat;
}
header>div:nth-child(3){
  align-self:flex-end;
  line-height: 1.35em;
}