<div id="scroll-to-top">Top</div>
<!-- ... -->
<div class="text">a block of content.</div>
<a href="#scroll-to-top">Go to Top</a>
.text {
  display: flex;
  height: 200vh;
  background-color: wheat;
}

html {
  scroll-behavior: smooth;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.