
Even you have set the width as 100vw (It means 100% of screen, correspondent with โh-screenโ on TailwindCSS)
You got additional margin.
Because, the 100vw size doesn't count the size of scroll bar. To resolve this, You can choose two options.
Use โw-fullโ but โw-screenโ
Use โw-fullโ but โw-screenโ, and that count the sizeโฆ