code39 Generate code 39 barcodes using native html and css in React. Mappings have been painstakingly hardcoded. Let me know if there is an algorithmic way. Demo App As a react library Install using npm: npm i @lwxatgt/barcode import Barcode from '@lwxatgt/barcode' ... <Barcode value="some value" />