This is my current code which shows up a hamburger menu.
<div className="navlines">
<span></span>
<span></span>
<span></span>
</div>
I want to add a new class "open" to the existing class "navlines". how can i do this in react. i just started learning react a few days ago.