Edit in JSFiddle

a[href ^= "http"] {
    display: inline-block;
    -webkit-transform: rotate(180deg);
}
<p>Here is some text and an <a href="http://google.com">absolute link</a>. It's a bit different, no?
    
<p>By comparison, <a href="/">relative links</a> appear as normal.