My personal default choice is to use Firebase Hosting, unless it is server side react. They provide you free SSL Certificates as well.
Second option would be to use Amazon S3 + Cloud Front (if you have rich content) + Mapped to the Domain Names
Third option would be to install NGINX and to serve the content. If you already have a web server setup, you can easily write rules to handle multiple endpoints (www, api etc.)