JSFiddle - React, Tailwind, and code Playground
by bseib
HTML
<link href="https://fonts.googleapis.com/css2?family=Libre+Barcode+39+Extended+Text&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Libre+Barcode+39+Text&display=swap" rel="stylesheet">
<div class="barcode39">
*hello world*
</div>
CSS
.barcode39 {
font-family: 'Libre Barcode 39 Text', cursive;
font-size: 100px;
}