JSFiddle - React, Tailwind, and code Playground

by Michael Barros

HTML

<div id="textBoxContainer"></div>

CSS

#textBoxContainer {
    height: 30%;
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #999;
    border: 4px solid red;
}