How to display posts list in sidebar

I want to create a single template for post.
I want to display the post titles of a specific category in the sidebar (like the picture attached).
How can I do that ?

2023-08-29_08h50_39

Create the template. Add a sidebar in the template.
Add a div in sidebar with query - set to X category. Use {post_title} in div to get post titles.

Thank digismith,
I have Created the template. Added a sidebar in the template, Add a dive in sidebar.
But how to add query to the sidebar? I have tried like this (as image attached)
2023-09-01_05h17_15

But I cannot found where to enter {post_title} to the div.
Could help me again?