JSFiddle - React, Tailwind, and code Playground

by Academia

HTML

<p id='test'></p>

JavaScript

var str = 'Are you sure you want to delete the account <br/><strong>Jewelry?</strong>';

document.getElementById("test").innerHTML = str;