JSFiddle - React, Tailwind, and code Playground

by CommandLineDesign

HTML

<ul>
  <li class="phone">866 428 9289</li>
</ul>

CSS

li {
  list-style: none;
}

li.phone{
  font-family: futura;
  font-weight: normal;
  color: #666666;
  font-size: 18px;
}