JSFiddle - React, Tailwind, and code Playground

Verizon QA testing

by Admiral Potato

HTML

<a href="http://alpha.industrysolutionsplatform.verizon.meslcdev.com/solutions/construction.html" target="_blank">Test in Safari 5.0.6</a>

CSS

a{
    display: block;
    padding: 0 16px;
    margin: 4px;
    background-color: #ccc;
    color: #333;
    line-height: 32px;
    font-size: 24px;
    font-family: sans-serif;
    text-decoration: none;
    border-radius: 8px;
}
a:hover{
    background-color: #ddd;
}