JSFiddle - React, Tailwind, and code Playground

by cmruser

HTML

<div>
test
</div>

CSS

body {
  margin-top: 50px;
  transform: translateZ(0);
}

div {
  position: fixed;
  top: 0;
  padding:1rem;
  background: #333;
}