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;
}
by Melst Tslem
<div id='header'>
<div id='logo'>
</div>
<div id='menu'>
</div>
<div id='contacts'>
</div>
</div>
#header {
height: 100px;
width: 100%;
background-color: #000;
}