JSFiddle - React, Tailwind, and code Playground

by buzz868

HTML

<!doctype html>
<html>

<!--GETS RID OF WHITE MARGIN ON PAGE-->
<div>
  <style type="text/css">  
    body { margin:0; }
  </style>
</div>


<div id="header">
  <head>
    <meta charset="utf-8">
    <link rel="stylesheet" type="text/css" href="index_StyleAlt.css" />
    <title>Wyke Motors</title>
  </head>
</div>

<body>
  <div id="body">
    <h1>Wyke Motors</h1>
  </div>

  <div id="background">
  <h1>
  Hello
  </h1>
  </div>
</body>

</html>

CSS

body {
  background: url(http://www3.pictures.zimbio.com/gi/2nd+Annual+Porn+Hub+Awards+Arrivals+vdj40QbESDdl.jpg) center center no-repeat;  
  background-size: cover;
  }