JSFiddle - React, Tailwind, and code Playground

by bgrins

HTML

<br />

<button class="cm-tag">body<span class="cm-attribute">.bugzilla-mozilla-org.skin-Mozilla.bz_bug.bz_status_ASSIGNED.bz_product_Firefox.bz_component_Developer_Tools:_Console.bz_bug_987373.bz_gravatar.yui-skin-sam.git_style.bzJS-commentoverflow</span></button>

CSS

button {
  background:none!important;
  border:none; 
  padding:0!important;  
  color:#069;
  text-decoration:underline;
  cursor:pointer;
  text-align: left;
  display: inline;
}

.cm-attribute {
  color:#960;

}
button span {
  color: red;
}