JSFiddle - React, Tailwind, and code Playground

by aaronfranco

HTML

<script src="https://code.jquery.com/jquery-2.2.1.min.js"></script>

  <div id="textholder"></div>

CSS

.highlight {
  display:inline-block;
   background-color:yellow;
}

JavaScript

$("#textholder").html("Here is some <span class='highlight'>Hi</span>ghted text");