JSFiddle - React, Tailwind, and code Playground

by mnk

HTML

<div class="header">header</div>
<div class="content">content</div>

CSS

.header {
  position: fixed;
}

.content {
  padding-top: 20px;
}