JSFiddle - React, Tailwind, and code Playground

HTML

<div class="services">
    <h2>Request a Quote</h2>
    <ul class="contact">                
        <li>
            <a href="forms/request-quote2.php">
                Warehousing & Inventory Management
            </a>
        </li>
        <li>
            <a href="forms/request-quote3.php">
                Last Mile Transportation
            </a>
        </li>
    </ul>
</div>

CSS

a:hover { 
    color: #237ca8 !important; 
    font-weight: bold;
}
a:active {
    color: #cccccc !important; 
    font-weight: bold;
}