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%;
}
by sfoster
<div id="sidebar">
we
</div>
#sidebar {
height: 100%;
background: #000;
}
html, body {
width: 100%;
height: 100%;
}