So, to fix this issue, you go to the "output.css" file that is created. Then comment out the following property from the CSS: img, video tag
img, video {
/* max-width: 100%; */
height: auto;
}
This will resolve the issue.
I think similarly, all other issues can be resolved.
I'm speaking with respect to changes that are automatically made when tailwindcss is added to the project.