JSFiddle - React, Tailwind, and code Playground

HTML

<a href="#hello">Click me and I'll move you down slowly</a>

<div id="hello">
    
    Hello!
    
</div>

CSS

#hello {
    margin-top:200px;
    padding:40px;
    background:#eaeaea
}