JSFiddle - React, Tailwind, and code Playground

by Graham Heath

HTML

<header>
     <h1>Thijmen Grootswagers</h1>
     <p>Le lorem le ipsum</p>
   </header>

CSS

header {
  width: 100%;
  background-color: #FFFFFF;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-self: center;
  text-align: center;
  line-height: 75px;
}