Removes default browser styles from any component.
Reset component is used to aggressively reset browser styles on a specific element.
It renders a Slot primitive that:
display: block for images or width: stretch for inputsbox-sizing: border-boxWhen reset, <iframe> elements get display: block and width: stretch.
When reset, <img> elements get display: block and max-width: 100%.
When reset, textual <input> types get display: block and width: stretch.
When reset, <svg> elements get display: block, max-width: 100%, and flex-shrink: 0.