A better anchor title

htmlcss

This is some text

asdfasdfasdf

a {
  position: relative;
  display: inline-block;
  margin-top: 1rem;
}

Other words here

a[data-title]:hover::after {
  content: attr(data-title);
  position: absolute;
  background-color: black;
  color: white;
  top: -1.7rem;
  left: -2rem;
  padding: 0.1rem 0.4rem;
  border-radius: 5px;
}