---
interface Props {
tag: string
}
const { tag } = Astro.props
<div class="badge badge-outline !text-cat-lavender">{tag}</div>