JSFiddle - React, Tailwind, and code Playground
HTML
<table class="page-header">
<tr>
<td><img src='https://svgshare.com/i/Ut1.svg' /></td>
<td>
<h1>Ηλεκτρονικό Κατάστημα</h1>
</td>
</tr>
</table>
CSS
body {
background-color: #90AFC5;
color: black;
}
.page-header {
background-color: #517688;
color: white;
text-align: center;
width: 100%;
}