JSFiddle - React, Tailwind, and code Playground

by lottikarotti

HTML

<div> </div>

CSS

div {
    /** Element fixieren */
    position: fixed ;
    left: 0 ;
    right: 0 ;
    top: 0 ;
    bottom: 0 ;

    /** Demo */
    background-color: #ccc ;
}