JSFiddle - React, Tailwind, and code Playground

by WoJWoJ

HTML

<script src="https://raw.githubusercontent.com/simplefocus/FlowType.JS/master/flowtype.js"></script>
<div>hello world this is a long sentence</div>
<div>a word</div>

CSS

body {
    color: green;
}
div {
    width: 100%;
}

JavaScript

$('body').flowtype({
 minimum   : 500,
 maximum   : 1200,
 minFont   : 12
});