JSFiddle - React, Tailwind, and code Playground

HTML

<p>Try to give answer is: </p>
<div id="target"></div>

<p>But should look like:</p>
<div> 5 &deg;C</div>

JavaScript

$('#target').html('5 &deg;C');