JSFiddle - React, Tailwind, and code Playground
by CBroe
HTML
<header>
<h1>
FUCK THE POLICE
</h1>
</header>
CSS
* { margin:0; padding:0; box-sizing:border-box; }
body { background:url(https://unsplash.com/photos/f7M6NVHXx5s/download?force=false&w=1920); background-size:cover; }
header { display:flex; flex-direction:column; justify-content:flex-end; height:88vh; margin:6vh; outline: 2vh solid #f009; outline-offset:2vh; padding:2vh; background:#f009; }
h1 { color:#fff; }