So if I just add a H1 and copy and past a paragraph from vs code I get all this markup from veiw source.
<div style="color: #000000; background-color: #ffffff; font-family: 'Fira Code', Consolas, 'Courier New', monospace; font-weight: 400; font-size: 16px; line-height: 22px; white-space: pre;">
<h1>About Me</h1>
<div style="color: #000000; background-color: #ffffff; font-family: 'Fira Code', Consolas, 'Courier New', monospace; font-weight: 400; font-size: 16px; line-height: 22px; white-space: pre;">
<div><span style="color: #800000;"><</span><span style="color: #cd3131;">p</span><span style="color: #800000;">></span></div>
<div><span style="color: #000000;"> Lorem ipsum dolor sit amet consectetur adipisicing elit. Eveniet nihil</span></div>
<div><span style="color: #000000;"> optio consequuntur cupiditate. Quasi ullam consequuntur aut</span></div>
<div><span style="color: #000000;"> reprehenderit doloribus saepe voluptas nesciunt minus, itaque soluta</span></div>
<div><span style="color: #000000;"> dolor, culpa quisquam, iusto quod!</span></div>
<div><span style="color: #000000;"> </span><span style="color: #800000;"></</span><span style="color: #cd3131;">p</span><span style="color: #800000;">></span></div>
</div>
</div>
I just want no css and a plain paragraph like this.
<h1>h1 header</h1>
<p>paragraph</p>