How can I get current theme colors and set them to div ?

I want to set background of a div according to the current selected theme. if dark theme is selected then the background should be dark and vice versa so that I can hide the chats visible from div.

if you have any suggestion please feel free to suggest me, I am new to frontend dev with tailwind.

 <div className='bottom-0 fixed min-w-[60vw] mt-8 mx-auto py-5 mb-5'>
          <PromptInputForm setMessage={setMessage} messages={messages} />
 </div>
image.png
Was this page helpful?