JSFiddle - React, Tailwind, and code Playground
by Joe Young
HTML
<header>
<img src="http://www.letusplayfootball.com/wp-content/uploads/2015/02/LOGO1-1.png">
</header>
CSS
header {
background-color: orange;
height: 100px;
width: 100%;
}
img {
width: 90px;
}