JSFiddle - React, Tailwind, and code Playground
HTML
<p>
<a href="http://www.google.de" target="_blank">Link zu Google</a>
</p>
CSS
* {
-webkit-tap-highlight-color: rgba(41, 0, 0, 1);
-webkit-touch-callout: none;
}
body {
padding: 20%;
font-family: arial;
}
a {
display: block;
padding: 10px;
color: #fff;
background-color: #333;
text-decoration: none;
text-align: center;
}
a:hover {
background-color: #ff0000;
}