JSFiddle - React, Tailwind, and code Playground

HTML

body & html level
<div>
    <div id="right">
        internal
    </div>
</div>

CSS

body, html {
  height: 100%;
  background-color: pink;
}

#right {
  height: 70%;
  background-color: yellow;
}