Does Tailwind CSS override the default styles for <p>, <h1>, <h2>, <ul>, and <ol>?
You can try not using the Tailwind CSS base layer.
@tailwind component;
@tailwind utilities;