JSFiddle - React, Tailwind, and code Playground

by Elena Lembersky

HTML

<div class="fixed"></div>

CSS

div{
  margin: 5px;
  width: 10px;
  background-color: #cc0000;
  
}
.fixed{
  position:fixed;
}