JSFiddle - React, Tailwind, and code Playground
by elias94xx
HTML
<a href="http://google.de" target="_blank">http://google.de</a><br>
<a href="http://google.com" target="_blank">http://google.com</a>
CSS
a[href$="\.de"] { color: #F00; }
by elias94xx
<a href="http://google.de" target="_blank">http://google.de</a><br>
<a href="http://google.com" target="_blank">http://google.com</a>
a[href$="\.de"] { color: #F00; }