JSFiddle - React, Tailwind, and code Playground

HTML

<script src="https://raw.githubusercontent.com/ractivejs/ractive/eb19c166faeee460536a53e705e91217782fa2d5/ractive.js"></script>
<main></main>

JavaScript

var ractive = new Ractive({
    el: 'main',
    template: '{{>justEmptyNothingSpecial}}ok',
    partials: {
        justEmptyNothingSpecial: ''
    },
    debug: true
});
// https://raw.githubusercontent.com/ractivejs/ractive/ed6fc246a31926a57d55e0eb34160b5ce0d872ed/ractive.js