- You can style the classes however you want
- Your CSS is going to be inserted inside a <style> tag
- Allowed
- Images
- Simple animations
- Not allowed
- font-family
- font-size
<li className='chat-message-wrapper browser radius border shadow'>
<div className='chat-user browser-header'>CHAT USER</div>
<div className='chat-message browser-body'>CHAT MESSAGE</div>
</li>