JSFiddle - React, Tailwind, and code Playground
by Kamlesh Kushwaha
HTML
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js"></script>
<link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/themes/smoothness/jquery-ui.css">
<div class="services">
<h2>Request a Quote</h2>
<ul class="contact">
<li><a href="#">Warehousing & Inventory Management</a></li>
<li><a href="#">Last Mile Transportation</a></li>
</ul>
</div>
CSS
a:hover{ color:#237ca8 !important; font-weight:bold;}
a:active{color:red !important; font-weight:bold;}