Root Node
A custom player template lives in a root node that grants the access to tailwind classes and custom fonts. Since it is the first node in the player it is recommended to add min and max width boundaries.
Preview
Code
<root style="max-width:950px;min-width:260px;" class="p-4 flex justify-center">
<play-button></play-button>
</root>