<div id="test-box" class="h-[200vh]"></div>
<style>
#test-box {
background: linear-gradient(to bottom, white, black);
}
</style>