JSFiddle - React, Tailwind, and code Playground

by halirgb

HTML

<a class="bad" target="_new" href="http://birouldetraduceri.com">birouldetraduceri.com</a>
<a class="bad" target="_new" href="http://exxus.ro">exxus.ro</a>
<a target="_new" href="http://brandsdirect.ro">brandsdirect.ro</a>
<a target="_new" href="http://mountalbertdental.com">mountalbertdental.com</a>
<a target="_new" href="https://consul.websitewelcome.com:2087">https://consul.websitewelcome.com:2087</a>
<a target="_new" href="http://qpolis.ro">qpolis.ro</a>
<a target="_new" href="http://georgetownbreadbasket.ca">georgetownbreadbasket.ca</a>
<a target="_new" href="http://itchannelgroup.com">itchannelgroup.com</a>
<a  class="bad" target="_new" href="http://comenzifloricluj.ro">comenzifloricluj.ro</a>
<hr>
<a target="_new" href="http://georgetownbreadbasket.ca">georgetownbreadbasket.ca</a>
<a target="_new" href="http://viorisparfumerie.ro">viorisparfumerie.ro</a>
<a  class="bad" target="_new" href="http://avenuexrecords.com">avenuexrecords.com</a>
<a target="_new" href="http://bscpcanada.ca">bscpcanada.ca</a>
<a target="_new" href="http://carbon.ca">carbon.ca</a>
<a target="_new" href="http://cbinc.com">cbinc.com</a>
<a target="_new" href="http://centurabrands.com">centurabrands.com</a>
<a target="_new" href="http://centura-brands.com">centura-brands.com</a>
<a target="_new" href="http://chhma.ca/">http://chhma.ca/</a>
<a  class="bad" target="_new" href="http://consolidatedmercantile.com">consolidatedmercantile.com</a>
<hr>
<a target="_new" href="http://csicity.com">csicity.com</a>
<a  class="bad" target="_new" href="http://ctaac.org">ctaac.org</a>
<a  class="bad" target="_new" href="http://dcimtechnologies.com">dcimtechnologies.com</a>
<a target="_new" href="http://dippity-do.ca">dippity-do.ca</a>
<a target="_new" href="http://dippity-do.com">dippity-do.com</a>
<a target="_new" href="http://dippitydo.com">dippitydo.com</a>
<a target="_new" href="http://dippitydogel.com">dippitydogel.com</a>
<a target="_new" href="http://dippitydome.com">dippitydome.com</a>
<a ...

CSS

a{
    display:block;
    width:300px;
    margin:0 auto;
    padding:6px 12px;
    background-color:#333;
    color:#fff;
    margin-bottom:5px;
    text-decoration:none;
}
a.bad{
  background-color:red;  
}
a:hover{
    background-color:red;
}