JSFiddle - React, Tailwind, and code Playground

by hobobne

HTML

<div id="testbox">Miley rocks!</div>

CSS

#testbox {position: fixed; top: 0px; background: #FF7B10; padding: 5px;}

JavaScript

$(document).ready(function () {
    
});