{#if selected === 'h1'}

I'm a h1 tag

{:else if selected === 'h3'}

I'm a h3 tag

{:else if selected === 'p'}

I'm a p tag

{/if}