Is it possible to export a section from my Gatsby site as a standalone HTML component with CSS styles (using styled-components) for easy insertion into a blog as a snippet? Or do I need to resort to the tedious process of manually copying all the compiled classes and styles from each HTML block by inspecting element and then pasting them?
I am looking for a more efficient way to achieve this, and if not available yet, there should be.