I there any way we can get tags that start with specific words?

I there any way we can get tags that start with specific words?

I’m building a theme that can provide taxonomies on the website
Let say the website has 2 kinds of posts; blogs and products
Blog posts and product posts have several categories and I would like to use tags to classify each post.
I planned to use the tag with slug product-* for product categories and blog-* for blog categories
For example, a knowledge sharing blog post will have the tag blog-knowledge
Then I would like to list the categories on the blog and product index page, so I’m trying to find the way that I can get the tags with the product and blog prefixes.

Do you have any suggestions on this?