JSFiddle - React, Tailwind, and code Playground
HTML
<h1>Test1: Normal, relative URL</h1>
<p>This is using the jsFiddle style.css file</p>
JavaScript
$('<link rel="stylesheet" type="text/css" href="/css/style.css"/>').appendTo('head');
<h1>Test1: Normal, relative URL</h1>
<p>This is using the jsFiddle style.css file</p>
$('<link rel="stylesheet" type="text/css" href="/css/style.css"/>').appendTo('head');