(defcomp (&key title id &rest children) (section :id id (~tw :tokens "space-y-4") (h2 (~tw :tokens "text-2xl font-semibold text-stone-800") title) children))