Throughout codebases that use click-ui, we see things like `NowrapText` which do something like: ```ts const NowrapText = styled(Text)` white-space: nowrap; ` ``` This happens so frequently that we should just make it prop on `Text`