I am using tailwind in next-js project, i am trying to give a div a constant width 300px, but it always gets a width about 30+ percent less. I've set flex grow to 0(the parent is a flex container), and box sizing to border box, chrome dev-tools shows this arrow between what the width should be and what is is, what does this arrow mean, how can i fix it?
↧