JSFiddle - React, Tailwind, and code Playground

HTML

<div view_id="view1"></div>

JavaScript

jQuery(document).ready(function() { 
    jQuery('div[view_id="view1"]').html("This is ");
});