JSFiddle - React, Tailwind, and code Playground
HTML
<header>
<img src="Images/Rogers-Reviews-logo-3.gif" alt="Rogers%20Reviews">
<ul id="menu">
<li><a href="">Home</a></li>
<li><a href="">Authors</a></li>
<li><a href="">Subjects</a></li>
</ul>
</header>
<h1> Welcome </h1>
<p> This site is a collection of academic book reviews, mostly in the humanities and the social sciences. </p>
<p> The purpose of this site is to assist high school, undergraduate, and graduate history students with choosing appropriate secondary sources for their research papers. An emphasis is placed on older works written before 1960.</p>
<p> <a href="RRindex.html"> Back to home </a> </p>
<footer>
<p> © 2014 </p>
<p> <a href=""> About </a> </p>
<p> <a href=""> Contact </a> </p>
</footer>
CSS
body {
background-color: red;
}