For React + Tailwind CSS projects, the same applies to other languages, just change the data-theme
attribute of the html
tag.
If you want to remember the user's selection, you can retrieve the theme
from localStorage
and store the value when the user changes it.