JSFiddle - React, Tailwind, and code Playground

by sfoster

HTML

<div id="sidebar">
    we
</div>

CSS

#sidebar {
    height: 100%;
    background: #000;
}
html, body {
  width:  100%;
  height: 100%;
}