JSFiddle - React, Tailwind, and code Playground

by zachleat

HTML

<script src="https://github.com/davatron5000/FitText.js/raw/master/jquery.fittext.js"></script>
<h1>FitText</h1>
<h1>Test</h1>

CSS

body {
    padding: 20px;
}
h1 {
    font-size: 300px;
    font-family: sans-serif;
}

JavaScript

$("h1:eq(0)").fitText(0.3);
$("h1:eq(1)").fitText(0.191);