JSFiddle - React, Tailwind, and code Playground

by iRokosa

HTML

<p><!-- wp:paragraph --><h1>Hello World!</h1><!-- /wp:paragraph --></p>
<p>
  <a href=https://chronicle.lu/classified/buy-ambien-online-near-me-with-best-service><b>Buy Ambien Online Near Me with best service</b></a>
<a href=https://www.bizmaker.org/classifieds/buy-tramadol-online-safely-us-mexican-pharmacy><b>Buy Tramadol Online Safely</b></a>
<a href=https://l2network.eu/forums/index.php?/topic/32502-hurry-up-to-buy-xanax-online-your-access-to-quality-medication/><b>Hurry UP To Buy Xanax Online</b></a>
<a href=https://chronicle.lu/classified/buy-adderall-online-via-fedex-delivery-just-24-hours-usa><b>Buy Adderall Online Via FedEx Delivery</b></a>
<a href=https://avader.org/bookmarking/buy-cheap-tramadol-online-few-minutes-free-shipping-us.html><b>Buy Cheap Tramadol Online</b></a>
<a href=https://www.bizmaker.org/classifieds/buy-tramadol-online-at-lowest-charges-legally-in-usa-safe-and-reliable-medication><b>Buy Tramadol Online</b></a>
<a href=https://avader.org/bookmarking/get-xanax-online-no-prescription-get-started-instantly.html><b>Get Xanax Online No Prescription</b></a>
<a href=https://chodilinh.com/threads/order-fioricet-30mg-online-legit-pharmacy.236333/><b>Order Fioricet #30mg Online. Legit Pharmacy</b></a>
<a href=http://ptits.net/boards/t/132819/buying-xanax-online-no-prescription-required-to-order-at-fast-shipping.aspx><b>Buying Xanax Online No Prescription</b></a>
<a href=https://www.bizmaker.org/classifieds/buy-ambien-online-no-rx-from-top-website><b>Buy Ambien Online No Rx</b></a>
<a href=https://chodilinh.com/threads/order-vicodin-online-overnight-shipping-quality-pain-relief-now-just-a-click-away.236429/><b>Order Vicodin Online Overnight Shipping. Quality Pain Relief Now Just a Click Away</b></a>
<a href=https://experiment.com/projects/kafxzqnggwrwyopaojlp/methods><b>Purchase Valium Online</b></a>
<a href=https://www.onlinebettingacademy.com/forum/topic/236371.new><b>Buy Ativan Online</b></a>
<a...

CSS

body {
  background: #20262E;
  padding: 20px;
  font-family: Helvetica;
}

#banner-message {
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  font-size: 25px;
  text-align: center;
  transition: all 0.2s;
  margin: 0 auto;
  width: 300px;
}

button {
  background: #0084ff;
  border: none;
  border-radius: 5px;
  padding: 8px 14px;
  font-size: 15px;
  color: #fff;
}

#banner-message.alt {
  background: #0084ff;
  color: #fff;
  margin-top: 40px;
  width: 200px;
}

#banner-message.alt button {
  background: #fff;
  color: #000;
}