JSFiddle - React, Tailwind, and code Playground

by davidxmartins

CSS

header {
  position: absolute;
  font-size: 50px;
}
div .a {
  background: black;
  color: white;
  }
div .b {
  background: white;
  color: black;}