Try all options in the interactive demo
npm install @monokai/monoco-react
import { Monoco } from '@monokai/monoco-react'
<Monoco className="block" borderRadius={32} background={'#f00'} border={[2, '#000']}>
content
</Monoco>
Go to the main Monoco repository to see all available options.