JSFiddle - React, Tailwind, and code Playground
by tea4two
HTML
<h2><a href="http://google.com/">あああああ</a></h2>
CSS
h2 {
position: relative;
top: 30px;
left: 20px;
}
h2 a {
display: block;
width: 200px;
text-indent: -9999px;
background: #f00;
}