Christian Genco

tailwind

Horizontally and vertically center content #

<div className="flex items-center justify-center aspect-video w-full bg-black">
  <span className="bg-green-500 rounded px-2 py-2 text-white">
    Request Camera Permissions
  </span>
</div>