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;
}
by tyage
<a href="">訪問済み</a>
<a href="about:unvisited">未訪問</a>
a {
color: transparent;
}
a:visited {
color: black;
}