Currently, I am facing an issue with tailwindcss where the headers in my table are not following the text-right
/ text-left
/ text-center
directives.
If you want to see the problem yourself, here's a link to the fiddle: https://jsfiddle.net/3u2jgqoc/
Is there a solution to aligning the header text so that it corresponds correctly with the columns? For example, even though I set the Address
header to text-right
, it still appears aligned left. Ideally, I would like to align the date header using text-right
.