JSFiddle - React, Tailwind, and code Playground

HTML

<div class="time">
  12
  <span class="divider">/</span>
  23
</div>

CSS

.time {
  font-family: "sans-serif";
}

.divider {
  font-family: "serif";
}