JSFiddle - React, Tailwind, and code Playground

by gregguida

HTML

<h1 id="blog-title"><a href="http://gregguida.com/" title="Greg Guida's Blog" rel="home">Greg Guida</a></h1>

CSS

#blog-title a {
    width: 160px;
    height: 120px;
    display: block;
    font-family: "courier new";
    color: #404040;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
    font-size: 50px;
    line-height: 58px;
    padding: 22px;
}
h1 {
    margin-bottom: 18px;
    font-size: 30px;
    line-height: 36px;
    font-weight:bold;
}
a{
color: #0069D6;
text-decoration: none;
line-height: inherit;
font-weight: inherit;
}
body{
    background:#ccc;
}