JSFiddle - React, Tailwind, and code Playground
by jitendravyas
HTML
<h1>iPad testRun</h1>
<a href="#"> Link </a>
CSS
h1{-webkit-tap-highlight-color: rgba(251, 185, 250, 0.9); font-size:60px}
a:link { color: red; font-size:3em } /* unvisited links */
a:visited { background-color: green; color:orange } /* visited links */
a:hover { background-color: yellow; color: brown } /* user hovers over link*/
a:active { background-color: lime; color:black } /* active links */