JSFiddle - React, Tailwind, and code Playground

by Melst Tslem

HTML

<div id='header'>
<div id='logo'>

</div>
<div id='menu'>

</div>
<div id='contacts'>

</div>
</div>

CSS

#header {
  height: 100px;
  width: 100%;
  background-color: #000;
}