JSFiddle - React, Tailwind, and code Playground

by Mylastwish

HTML

<div style="position: relative;">
<div style="overflow: auto; position: absolute; width:px; height: px; top: 120px; left:330px">test
</div>
<img src="https://i.postimg.cc/Zn10CwZH/layout-2.png" alt=""></div>

<script type="text/javascript">// <![CDATA[
var css = document.createElement("style" );
css.type = "text/css";
css.innerHTML = "::-webkit-scrollbar { width: 8px; } ::-webkit-scrollbar-track { background: #A; } ::-webkit-scrollbar-thumb { background: #B; } ::-webkit-scrollbar-thumb:hover { background: #C; }";
document.body.appendChild(css);
// ]]></script>