JSFiddle - React, Tailwind, and code Playground
by WoJWoJ
HTML
<div>123kg456</div>
CSS
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');
div {
font-family: "Open Sans";
font-size: 150px;
height: 2ch;
}
by WoJWoJ
<div>123kg456</div>
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');
div {
font-family: "Open Sans";
font-size: 150px;
height: 2ch;
}