JSFiddle - React, Tailwind, and code Playground

by klaas_vanaarsen

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%;
}