Ckeditor does not include image alignment, what Im doing wrong?

And this is the code in the gatsby page.

<div class="pb-6 text-xs sm:text-base text-[#646467]" dangerouslySetInnerHTML={{ __html: body.data.childMarkdownRemark.html }} />
                        </div>

Thanks