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