Style This should never be used with user created content Embed styles to an app with a clean API. Usage import { Style } from '@compositor/kit' const css = `* { box-sizing: border-box }` export default () => <Style>{css}</Style>