JSFiddle - React, Tailwind, and code Playground
by GaryC123
HTML
<!DOCTYPE HTML>
<HTML>
<head>
<title>test</title>
<link rel="stylesheet" type="text/css" href="styles/styles.css" />
</head>
<body>
</body>
</HTML>
CSS
html {
height: 100%;
background: url(https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcQsKu9qKoMkWRP_MhNwMYQVoX2HBMzJ29U8ApHoSk4d9ha0DDGR) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
body {
margin-top: 0;
height: 100%;
}