Late to this but posting this here for people in need - using vue3 and tailwind on macos, some weirdness with a class called view-lines, adding this to the style of the file seemed to do the trick
.view-lines {
width: auto !important; /* reset Tailwind/global override */
}