Strong is used to define text with strong importance in bold.
import Strong from '@radui/ui/Strong' const StrongExample = () => ( <div> This is a very <Strong>Strong</Strong> word </div> )