JSFiddle - React, Tailwind, and code Playground

HTML

<ul>
    <li>1</li>
</ul>
<div id="test"></div>

CSS

li,ul {
  list-style-type:circle;
  margin:10px;
}

JavaScript

$("#test").html('<link rel="stylesheet" href="http://a.tbcdn.cn/p/global/1.0/global-min.css"/>');