JSFiddle - React, Tailwind, and code Playground
HTML
<div class="header">
<img src="image.png" alt="image here" class="title-image-1">
<img src="image.png" alt="image here" class="title-image-2">
<span>Заголовок</span>
</div>
CSS
.header { text-align: center; }
.header .title-image-1 { float: left; width: 100px; }
.header .title-image-2 { float: right; width: 100px; }
.header span { display: block; margin-left: 100px; margin-right: 100px; }