JSFiddle - React, Tailwind, and code Playground
by DNNdrago
HTML
<head lang="en">
<meta charset="UTF-8">
<title>The Runners Home™</title>
</head>
<body>
<div id="content">
<p>Hello, Stranger!</p>
<h1>Welcome to Runners Home™</h1>
<h2>Runners Home™ is dedicated to providing you with:</h2>
<ul>
<li>the most up-to-date information on running races.</li>
<li>the best resources for runners.</li>
</ul>
</div>
<p>© Runners Home. All rights reserved.</p>
</body>
CSS
#content {
border-bottom: 1px solid;
border-color: #BBBBBB;
}