Box is a simple div tag with styled system.
div
Box
import { Box } from "@dreamy-ui/react/rsc";
<Box bg="secondary" color="white" fontWeight={500} p={3} rounded="md" w="250px" h="100px" > This is a box </Box>