JSFiddle - React, Tailwind, and code Playground

by sushant_ceb

HTML

<html>
<head>
<title>Welcome to nginx!</title>
</head>
<body bgcolor="white" text="black">
    <center>
        <br /><br /><br /><br />
        <a href="http://google.com">Welcome to world!</a>
    </center>
</body>
</html>

CSS

a:link { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000066; text-decoration: none}