Currently, I am working with React 17 and MUI version 5.6. My component requires the ability to dynamically add new borders to the parent container based on user input. While I have come across CSS tutorials that demonstrate how to achieve this effect using non-MUI techniques, these resources only provide solutions with statically coded borders rather than ones that can be added upon user demand.
If you'd like to see an example of a working sandbox for adding a single border, feel free to check out this link. Any assistance or guidance on implementing support for multiple borders would be greatly appreciated.