Tor with policy based routing (pbr) question

Hello,

I was able to setup wg0 interfere and pbr to route traffic to certain websites via wg0 interface.
I am trying to setup similar with tor.

I installed tor service and

root@OpenWrtTcr:~# curl --socks5-hostname 127.0.0.1:9050 https://check.torproject.org/api/ip
{"IsTor":true,"IP":"195.47.238.92"}

confirmed that tor is working on openwrt itself.

I setup pbr policy as below,

But remote clients cant connect to https://ifconfig.co

PS C:\Users\sim_t> curl.exe https://ifconfig.co
curl: (7) Failed to connect to ifconfig.co port 443 after 4296 ms: Could not connect to server

Is it possible to achieve what I am trying to do?

tor does not provide general purpose network interface, you need to use firewall to simulate one for a subnet https://openwrt.org/docs/guide-user/services/tor/client

I believe these instructions send all traffic from clients over tor ?
I want only specific websites goes through tor.
Is that doable?