Is there a way to get component css from the Backend configuration? like liferay
I have a component and this component provides textbox for the user to enter css code. Whatever css user enters in the texbox should reflect in component.
component html
<div>
<h1>I am h1 tag<h1>
<h2>I am h2 tag<h2>
<div>
Output
Editor
Output



