JSFiddle - React, Tailwind, and code Playground

by Kishore Polsani

HTML

<p id="caseText"></p>
<button>change</button>

JavaScript

$('button').click(function(){
     $('#caseText').text('your case id is 1111')
})