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; }