Having problem with borders on segmented button using tailwind
Trying to create segmented button, but having problem with borders. I want to have 1px border everywhere including between buttons Structure for 2nd variant (buttons are rendered dynamically) <div class="divide-x"> <button class="border-y first:border-l last:border-r"> </div> I have tried multiple ways of borders 1st borders on each button but than I have 2px between buttons, and… Read More Having problem with borders on segmented button using tailwind