JSFiddle - React, Tailwind, and code Playground

by DNNdrago

HTML

<head lang="en">
    <meta charset="UTF-8">
    <title>The Runners Home&trade;</title>
</head>
<body>
    <div id="content">
        <p>Hello, Stranger!</p>
        <h1>Welcome to Runners Home&trade;</h1>
        <h2>Runners Home&trade; 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>&copy; Runners Home. All rights reserved.</p>
</body>

CSS

#content {
            border-bottom: 1px solid;
            border-color: #BBBBBB;
        }