JSFiddle - React, Tailwind, and code Playground
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style>
a:hover {
color: red;
}
</style>
</head>
<body>
<a href="https://picsum.photos/">Get cool pics</a>
</body>
</html>