In my web app I have a create-user page, and users with the Last Pass extension in their browsers get Last Pass icons appearing in some fields. I want to prevent these icons from appearing.
I have found that for straight css, one can do
<input type="text" name="username" id="username" data-lpignore="true">
but I don't know how to replicate that inside a React App.