JSFiddle - React, Tailwind, and code Playground

by jamna

HTML

<div id="header">
 <div id="buttons"><a href="#">Home-Butttons</a></div>  
 <h1>Heading of the page</h1>
 <div id="logo"><img src="images/logo.png" width="178" height="31" alt="logo"/>
    
</div>

CSS

#header{background:green;height:40px;}

#buttons{float:left;}

h1{text-align:center;}

#logo{float:right;}