Creating Tags to filter posts

Hi,
I am trying to filter a collection of posts by tags. Unfortunately I am new to this, and am struggling to understand much of the documentation and forums have provided.

Say for example I have this here, and I want to filter all the posts shown below by each tag, and have a “Show All” filter. How would I do this? (The tags that exist there are just placeholders).

My code for blog.html.twig is here: https://pastebin.com/HkGy5kYF

I have installed the Taxonomy plugin, but am unsure of how to set each of those “filters” as a tag that can filter blog posts.

Also, how would I go about displaying the tag in the blue box in each blog post?

Thanks.

The usual way to get a list of blog posts by tag is to append your site url with /tag:TAGNAME. See my Tag Cloud plugin as an example. (Damn Discourse! It’s making it hard for me to post links. Go to the Grav website’s download page, the plugin tab, and find the plugin Tagcloud. Grrr.)