I want to do something like this <quote>"I know today won’t come again, but I'm betting that tomorrow will."</quote>
<quote> is not a tag recognized by html. But am I able to basically add a <slot> with whatever is in there so I can style it separately?
Ideally I'd like a custom Svelte component to render the contents. Sorry if I'm miswording this or not being clear.