This is my code
const events = [
{
event_name: 'Movie Night',
event_image: 'https://drive.google.com/uc?id=?????????????????',
event_date: 'Feb 29',
event_day: 'Friday',
event_time: '6:30 PM – 9:30 PM',
event_description:
'In partnership with our Building, we present Movie Night!'
}
]
but i would like to add styling to the description hence, adding jsx to the value of the key, something like this
event_description: 'In partnership with our <span className="font-bold> "Building </span>, we present Movie Night!'
btw, i'm using tailwind
but my syntax is not accepted, nor the others that i tried, if anyone could help on how this should be done it would be much appreciated!