How do I JS-Beautify recursively?

I have lots of HTML files in a directory and sub-directories. I can execute js-beautify command through the command line and want to apply it recursively to all those files. I have tried find . -n...