How can I format a text passed via props (adding span, strong…) in NextJs
I’m trying to find the best way to add some html (strong, span) and css styling via props.
So my component could be reusable with different input and I could format it directly via the props.