Faites défiler vers un tag javascript

scrollToTag() {
  const element = document.getElementById("tagId");
  element.scrollIntoView();
},
Thyago Mac