<button class="to-top">↑ Наверх</button> <div style="height: 2000px;">Прокрути вниз</div>
.to-top {
position: fixed;
bottom: 20px;
right: 20px;
padding: 10px 15px;
background: #4CAF50;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
}