```html <div class="root"> <slot name="content-before"></slot> <input id="input" type="text"> <slot name="content-after"></slot> </div> ``` # before input unset `border-radius` <img width="450" alt="Image" src="https://github.com/user-attachments/assets/29a6721f-7ed7-4a2e-b75d-4d7340b1acff" /> <img width="450" alt="Image" src="https://github.com/user-attachments/assets/03580669-bf45-471c-bf62-553974c8b1b4" /> # after input set `border-radius:4px` <img width="450" alt="Image" src="https://github.com/user-attachments/assets/3a895d8f-42de-4113-ab7e-0369826c08f5" /> <img width="450" alt="Image" src="https://github.com/user-attachments/assets/afaf85a6-9b77-4543-85a5-0c0ef837f67c" />