JSFiddle - React, Tailwind, and code Playground

by benhowdle89

JavaScript

(function ($) {
    $.bootstrap = function () {
        var base = this;

        base.init = function () {
            $('head').append('<link rel="stylesheet" href="http: //flipstorm.co.uk/builtwithbootstrap/css/bootstrap.css" type="text/css" />');
        };

        base.init();
    };


})(jQuery);

$.bootstrap();