JSFiddle - React, Tailwind, and code Playground
HTML
<div class="header">
<img src="http://termofor-club.ru/upload/shop_4/1/2/6/item_1267/shop_items_catalog_image1267.jpg" alt="">
<div class="button">
<button>кнопка 1</button>
<button>кнопка 2</button>
<button>кнопка 3</button>
<button>кнопка 4</button>
</div>
</div>
CSS
.header{
border: 1px solid #000;
width: 100%;
}
.header img{
width:150px;
height:150px;
background-color:#FFDE0D;
}
.button{
display:inline-block;
position:absolute;
right:10px;
margin-left:150px;
}