I have created an HTML page and here is the link to it: https://i.sstatic.net/n8UdU.png
My main goal is to remove the black border around the text input on this page. The challenge I am facing is that the 'things to do' list is generated dynamically, meaning it is empty when the page first loads. I am looking for a solution to remove the border using my JavaScript file.
Any suggestions on how I can achieve this?