Const
HTML paint policy for web browser output Wraps content in span tags with inline CSS color styling and uses for newlines
const html = html_policy.wrap('#FF5733', 'Hello World');console.log(html); // Outputs '<span style="color: #FF5733">Hello World</span>' Copy
const html = html_policy.wrap('#FF5733', 'Hello World');console.log(html); // Outputs '<span style="color: #FF5733">Hello World</span>'
HTML paint policy for web browser output Wraps content in span tags with inline CSS color styling and uses
for newlines