Module position

Module position 

Source
Expand description

Utilities for controlling how an element is positioned in the DOM.

Class Properties
staticposition: static;
fixedposition: fixed;
absoluteposition: absolute;
relativeposition: relative;
stickyposition: sticky;

Tailwind reference