JSFiddle - React, Tailwind, and code Playground
by chovy
HTML
<section>
<header>header</header>
<div>
chat window
</div>
<footer>
<textarea>chat enter</textarea>
</footer>
</section>
CSS
* {
box-sizing: border-box;
padding: 0;
margin: 0;
border: 1px solid gray;
}
section {
heigh
}
div {
height: 100%;
}