I'm using CKEditor 5 to help my customers to publish their articles. But the content generated by the editor is pure HTML piece. How to style the content? Is it possible that the content styled in page's <div/> is the same with styled in ckeditor5?
I know that I can write CSS for the contents, is the best way?