Tailwind – Apply Justify-Between if multiple children else Justify-End
I have a Vuejs component with a flex div containing a slot. As I do not know how many elements will be in the slot would like the content to be ‘justify-between’ if there is more than 1 element, otherwise ‘justify-end’ (right aligned). Is that possible using just CSS in TailwindCss?