For heavy hashtag users, is it possible to hide hashtags from blocks but show them on mouse hover?

so far tried

.tag :: first-letter {
display: none;
}

but in vain