I need to hide this tag based on Your text
via CSS
<a href="/workflow/Lists/users1/AllItems.aspx" >Your text</a>
I tried this one that working properly
a[href='/workflow/Lists/users1/AllItems.aspx']{ display: none; }
But I need with the display name within a Tag
Is it applicable ?