Html – How to align center a row with a text that wraps using TailwindCSS?
I have a problem using TailwindCSS to align center some elements in a flex-row as soon as the text in the row item starts to get longer and wrap. Here is my current implementation: <div class="border-1 p-2 flex w-[250px] flex-col…