JSFiddle - React, Tailwind, and code Playground
HTML
<!--
In Safari, scroll all the way down, then click the input.
Scroll position will jump up to the top
-->
<div style="display: inline-grid; grid-template-rows: minmax(0, 1fr); max-height: 100px;">
<div style="overflow: auto; width: 200px;">
<div style="height: 100px;"></div>
<input type="text">
</div>
</div>