JSFiddle - React, Tailwind, and code Playground
HTML
<div class="contain">
<div class="content">cnt<br />cnt<br />cnt<br />cnt<br />cnt<br />cnt<br />cnt<br />cnt<br />cnt<br />cnt<br />cnt<br />cnt<br />cnt<br />cnt<br />cnt<br />cnt<br />cnt<br />cnt<br />cnt<br />cnt<br />cnt<br />cnt<br />cnt<br />cnt<br />cnt<br />cnt<br />cnt<br />cnt<br />cnt<br />cnt<br />cnt<br />cnt<br />cnt<br />cnt<br />cnt<br />cnt<br /></div>
<div class="fixed">ABC</div>
</div>
CSS
div.contain { position: relative; top: 100%; height: 100% }
div.content { margin-bottom: 22vh; }
div.fixed { position: fixed; background-color: yellow; height: 20vh; left: 0; bottom: 0; width: 100%; opacity: 0.5; }