JSFiddle - React, Tailwind, and code Playground

by Brenton Strine

HTML

<head>

</head>
<body>

<header>
  header
  <nav>
    link 1
    link 2 
    link 3
  </nav>
</header>

<main>
  main
</main>

<footer>
  footer
</footer>
</body>