JSFiddle - React, Tailwind, and code Playground
by Mitch Canter
HTML
<ul>
<li><a href="http://www.google.com">Google</a></li>
<li><a href="http://www.studionashvegas.com/contact">Contact Mitch</a></li>
<li><a href="http://www.yahoo.com">Yahoo</a></li>
</ul>
CSS
a[href^="http://www.studionashvegas.com"]{
color: red;
}