Add vertical line
how can i add vertical line like in image i have tried it by using border-left but it height become equal to the div height check the attach image and here is my code link"https://play.tailwindcss.com/NS1BlJ5Wh3?file=css
Tailwind Play
Tailwind Play
An advanced online playground for Tailwind CSS that lets you use all of Tailwind's build-time features directly in the browser.
6 Replies
Add either a left or right border.
i add it but it takes the div height i want small vertical line
Make an extra div to hold the two p tags and put the border on that.
You should use ::pseudo element ::after ::before π
i would just use a svg of a line
Absolute positioning ::before or ::after is quick and easy