JSFiddle - React, Tailwind, and code Playground

by tyage

HTML

<a href="">訪問済み</a>
<a href="about:unvisited">未訪問</a>

CSS

a {
  color: transparent;
}
a:visited {
  color: black;
}