Laplace domain anti-windup PI controller

I’m trying to implement a PI controller using the voltage controlled laplace function.
The only issue is that I need a way to handle the integral term wind-up issue.
I can limit the output using behavior models, but it does not solve the windup issue.

It worked with a op-amp based PI controller, but I would love a way with the s-domain part.
Thank you.