`<Dd />` component example:

```js
import { Dt, Dd } from '$PACKAGE_NAME';

<div>
  <Dt>Coffee</Dt>
  <Dd>Black hot drink</Dd>
</div>
```
