JSFiddle - React, Tailwind, and code Playground

by kthornbloom

HTML

test

JavaScript

var banner="<div style='background: #ffb700; padding: .5rem;text-align: center; font-family: sans-serif; font-size: 14px;'>Our phone service provider is currently experiencing technical difficulties. They are actively working to resolve the issue as quickly as possible. If you need assistance, please use the <a href='/contact-us' style='color: inherit;'>Contact Us</a> form or web chat feature to get in touch with our team.Thank you for your patience!</div>";
document.body.insertAdjacentHTML("afterbegin",banner);