JSFiddle - React, Tailwind, and code Playground

by shapeshifta

JavaScript

var bugs = ['big bug', 'bigger bug', 'mother of all bugs']
var megaBug = [].slice.call(bugs).join(' - omg! - ');


document.body.innerHTML = megaBug;