JSFiddle - React, Tailwind, and code Playground

by mmarcon

HTML

<header>
    <h1>My h1 tag</h1>
    <h2>h2 tag goes here</h2>
</header>

CSS

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,600);

body, html, header {
    margin: 0;
}

header {
    background: #4682b4;
}