JSFiddle - React, Tailwind, and code Playground

HTML

<div id="guiBar"></div>

CSS

#guiBar
{
    width:400px;
    height:200px;
    background:#222;
    
    position:fixed;
    left:50%;
    margin-left:-200px; /*half the width*/
}