Here is the output from the rich-text editor that I created on Strapi.
"{"time":1679496880268,"blocks":[{"id":"82C13q17QU","type":"paragraph","data":{"text":"Title"}},{"id":"aQ7sSPshJO","type":"paragraph","data":{"text":"Description"}},{"id":"P0cESzO_a-","type":"image","data":{"file":{"url":"/uploads/render_3fc01e6769.png","mime":"image/png","height":1000,"width":1000,"size":672.3,"alt":"render.png","formats":{"thumbnail":{"name":"thumbnail_render.png","hash":"thumbnail_render_3fc01e6769","ext":".png","mime":"image/png","path":null,"width":156,"height":156,"size":49.79,"url":"/uploads/thumbnail_render_3fc01e6769.png"},"small":{"name":"small_render.png","hash":"small_render_3fc01e6769","ext":".png","mime":"image/png","path":null,"width":500,"height":500,"size":529.93,"url":"/uploads/small_render_3fc01e6769.png"},"medium":{"name":"medium_render.png","hash":"medium_render_3fc01e6769","ext":".png","mime":"image/png","path":null,"width":750,"height":750,"size":1200.69,"url":"/uploads/medium_render_3fc01e6769.png"}}},"caption":"a cup of coffee","withBorder":false,"stretched":false,"withBackground":false}}],"version":"2.23.2"}"
I want to dismay as HTML in Nuxt 3.

There should be a way to query rich text as markdown, see: https://strapi.io/blog/build-a-blog-with-next-react-js-strapi
Then you should be able to use
vue-markdownto render the rich text content as formatted HTML: