JSFiddle - React, Tailwind, and code Playground
by joshmoto
HTML
<header>
<div class="container">
<a class="logo">
<img src="" alt="" />
</a>
<form>
<input type="search" value="" />
</form>
</div>
<div class="action">
</div>
</header>
CSS
HEADER {
height: 105px;
background: #f3f4f6;
}