JSFiddle - React, Tailwind, and code Playground
HTML
<!DOCTYPE html>
<html>
<head>
<title>My super awesome website!</title>
</head>
<body>
<h1>Welcome everyone!</h1>
<p><a href="http://reddit.com">Click here</a> to surf reddit.</p>
<p><a href="http://audioz.com">Click here</a> to learn about audio software.</p>
<p><a href="http://gmail.com">Click here</a> to check some emails.</p>
</body>
</html>