Can't access Flowable REST API in Tomcat (CORS)

Hi, I tried to access Flowable REST API that have deployed in Tomcat v 9.0.10 using axios (javascript library) but got no luck. It always show this error on Chrome:
Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:3000' is therefore not allowed access.

But I can access this REST API from REST client, e.g: Insomnia or Postman.
I’ve also try to change my Tomcat’s web.xml but still not working.

Anyone got same problem like this?