JSFiddle - React, Tailwind, and code Playground

by zaknotzak

HTML

<a href="http://www.example.com/test-page">Example.com</a>
<a href="http://www.google.com">Google.com</a>
<a href="http://www.lycos.com">Lyco.com</a>
<a href="http://www.example.com">Example.com</a>
<a href="/internal-page">Internal page</a>

CSS

a[href^="http"] {
  background: yellow;
}