An inline component is a `<span>` with `display: inline`, and a starting point for building your own custom inline components.

### Example

```jsx live=true
<>
  <Inline extend={{ background: "yellow" }}>Hello</Inline> World
</>
```
