Download Multiple Plots to one Image

I am looking to download multiple plots to a single image in a specified arrangement. Is this possible? I am using React so maybe even a react package that you know of. Currently I am using react-to-pdf but it gives me a pretty low quality screenshot of the page which I do not like.

I am looking for this type of set up:

And within this being able to click the download icon to download all of the plots in this configuration.

Thank you for any help.