JSFiddle - React, Tailwind, and code Playground
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<a href="#">dasdasdasda</a>
</body>
</html>
CSS
a:hover {text-decoration: underline;}
a{text-decoration: none;}