Question
Is it possible to apply css styles to widget
I wold like to make HTML text area to have rounded corners:
I set value as text:
<div style="font-size: 14; border-radius: 25px; font-family: sans-serif" align="center"><p style="color: #ffffff; background-color: #FFAC33">Under Review</p></div>
But it wasn't applied. What I am doing wrong? What about buttons with rounded corners?

