<svelte:options customElement="custom-element" />

<p>styled</p>

<style>
	p {
		color: red;
	}
</style>