Edit in JSFiddle

a[href = ""] {
    background: red;
    color: white;
    font-size: x-large;
}
<p>Here is some text and an <a href="">empty link</a>. You can see how it's quite visible.

<p>By comparison, <a href="/">working links</a> appear as normal.