JSFiddle - React, Tailwind, and code Playground
by MarkBennett
HTML
<div class="wrapper">
I'm flowing freely across the page. Weee!<br>
I'm flowing freely across the page. Weee!<br>
I'm flowing freely across the page. Weee!<br>
I'm flowing freely across the page. Weee!<br>
I'm flowing freely across the page. Weee!<br>
I'm flowing freely across the page. Weee!<br>
I'm flowing freely across the page. Weee!<br>
I'm flowing freely across the page. Weee!<br>
I'm flowing freely across the page. Weee!<br>
I'm flowing freely across the page. Weee!<br>
I'm flowing freely across the page. Weee!<br>
<div class="fixed">
I'm some fixed content.
</div>
</div>
CSS
.fixed { display: block; padding: 5px; background: red; position: fixed; left: 0; bottom: 0; width: 100%; }