My question is about the WordPress post structure. When we type content such as Headings and Paragraphs etc they are inserted simply as < h1> and < p> etc. See below the screenshot I captured from the code inspector:
What I want is to have a custom structure to better control my layout. Here is another screenshot where I want to wrap every head/paragraph/etc into a < div>:
So, whenever we enter any content via the WordPress editor it is wrapped into a div. Any idea if this is possible?