JSFiddle - React, Tailwind, and code Playground

by dima_k

HTML

<p>
    This is some <a href="http://www.google.com">link</a> to external source
</p>
<p>
    And here we have internal <a href="pages/my-page.html">link</a>
</p>

CSS

a[href^='http://'] {
    color: green;
    font-size: 2em;
    font-weight: bold;
}