JSFiddle - React, Tailwind, and code Playground

by mpsingh2003

HTML

<span class="code39">*1234*</span>
<br><br>

CSS

@font-face {
  font-family: "Barcode 39";
  font-weight: normal;
  font-style: normal;
  src: url("/web/res/css/font/Code39.eot?") format("eot"), url("/web/res/css/font/Code39.woff") format("woff"), url("/web/res/css/font/Code39.ttf") format("truetype"), url("/web/res/css/font/Code39.svg#") format("svg")
}

.code39 {
  font-family: "Barcode 39";
  font-size: 50px;
}