JSFiddle - React, Tailwind, and code Playground

HTML

<h5>

<p>Css-Magz Just added the text to make the scrollbar visible.:p</p>
<p>Css-magz is also a CSS-magzine</p>
<p>Someone please tell that to Google</p>
<p>Without using single piece of javascript,This can be done:)</p>
<p>Css-Magz Just added the text to make the scrollbar visible.:p</p>
<p>Css-magz is also a CSS-magzine</p>
<p>Someone please tell that to Google</p>
<p>Without using single piece of javascript,This can be done:)</p>
<p>Css-Magz Just added the text to make the scrollbar visible.:p</p>
<p>Css-magz is also a CSS-magzine</p>
<p>Someone please tell that to Google</p>
<p>Without using single piece of javascript,This can be done:)</p>
<p>Css-Magz Just added the text to make the scrollbar visible.:p</p>
<p>Css-magz is also a CSS-magzine</p>
<p>Someone please tell that to Google</p>
<p>Without using single piece of javascript,This can be done:)</p>
<p>Css-Magz Just added the text to make the scrollbar visible.:p</p>
<p>Css-magz is also a CSS-magzine</p>
<p>Someone please tell that to Google</p>
<p>Without using single piece of javascript,This can be done:)</p>
<p>Css-Magz Just added the text to make the scrollbar visible.:p</p>
<p>Css-magz is also a CSS-magzine</p>
<p>Someone please tell that to Google</p>
<p>Without using single piece of javascript,This can be done:)</p>
<p>Css-Magz Just added the text to make the scrollbar visible.:p</p>
<p>Css-magz is also a CSS-magzine</p>
<p>Someone please tell that to Google</p>
<p>Without using single piece of javascript,This can be done:)</p>
<p>Css-Magz Just added the text to make the scrollbar visible.:p</p>
<p>Css-magz is also a CSS-magzine</p>
<p>Someone please tell that to Google</p>
<p>Without using single piece of javascript,This can be done:)</p>
<p>Css-Magz Just added the text to make the scrollbar visible.:p</p>
<p>Css-magz is also a CSS-magzine</p>
<p>Someone please tell that to Google</p>
<p>Without using single piece of javascript,This can be done:)</p>
<p>Post by<a...

CSS

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background:#777 ; 
}
 
::-webkit-scrollbar-thumb {
    background: #20262e ; 
}

::-webkit-scrollbar-thumb:hover {
    background:black; 
}
::-webkit-scrollbar-button{
  display:none;
}