<template>
<div>
<div class="flex justify-center w-full">
<div class="h-px-500 md:w-1/6 bg-orange-200 text-center">1</div>
<div class="h-px-500 md:w-1/6 bg-orange-300 text-center">2</div>
<div class="h-px-500 md:w-1/6 bg-orange-400 text-center">3</div>
</div>
</div>
</template>
So.. How do i put this flexbox in the middle of the screen using TailwindCSS? Everything i try fails so far! I cant figure out how to position Flexboxes on the page in-general.