JSFiddle - React, Tailwind, and code Playground

by Patrick Kershner

HTML

<div class="site-logo">
    <h1 class="site-title">
    <a href="http://10.0.0.201/wp/" title="Document &amp; Draft" rel="home">Document &amp; Draft</a>
    </h1>
    <h2 class="site-description">For power CAD users</h2>
    </div>

CSS

.site-logo{
    display: block;
    text-align: left;
    color: #9FA32E;
    font-family: "Trebuchet MS",Arial,Helvetica,Sans-Serif;
    font-size: 42px;
    }
    a {
    color: royalblue;
	text-decoration: none;
    }
    a:visited {
    color: purple;
	text-decoration: none;
    }
    a:hover,
    a:focus,
    a:active {
    color: midnightblue;
	text-decoration: none;
    }