JSFiddle - React, Tailwind, and code Playground

by Rajesh Sitaraman

HTML

<div class="ms-rtestate-read ms-rte-wpbox listfeed" unselectable="on">
   <div class="ms-rtestate-notify ms-rtegenerate-notify ms-rtestate-read db8d95ca-31b3-4eee-a9d3-7ceaf4976961" id="div_db8d95ca-31b3-4eee-a9d3-7ceaf4976961" unselectable="on"><div id="MSOZoneCell_WebPartWPQ5" class="s4-wpcell ms-webpartzone-cell ms-webpart-cell-vertical ms-fullWidth " onkeyup="WpKeyUp(event)" onmouseup="WpClick(event)">
			<div class="ms-webpart-unselected ms-webpart-chrome ms-webpart-chrome-vertical ms-webpart-chrome-fullWidth ">
	<div class="ms-webpart-chrome-title" id="WebPartWPQ5_ChromeTitle">
		<span title="Content Search - Content Search Web Part will allow you to show items that are results of a search query you specify. When you add it to the page, this Web Part will show recently modified items from the current site. You can change this setting to show items from another site or list by editing the Web Part and changing its search criteria.As new content is discovered by search, this Web Part will display an updated list of items each time the page is viewed." id="WebPartTitleWPQ5" class="js-webpart-titleCell"><h2 style="text-align:justify;" class="ms-webpart-titleText-withMenu ms-webpart-titleText"><nobr><span>Content Search</span><span id="WebPartCaptionWPQ5"></span></nobr></h2></span><span class="ms-webpart-controlBox ms-webpart-controlBox-hide" id="WebPartWPQ5_MenuControlBox"><div class="js-webpart-menuCell" onclick="OpenWebPartMenu('WebPartWPQ5_Menu', this, 'WebPartWPQ5','False'); TrapMenuClick(event); return false;">
			<span style="display:none;"><menu id="WebPartWPQ5_Menu" class="ms-hide">
				<ie:menuitem title="Collapse this web part." id="MSOMenu_Minimize" onmenuclick="javascript:MSOLayout_MinimizeRestore(MenuWebPart)" text="Minimize" type="option">

				</ie:menuitem><ie:menuitem title="Expand this web part." id="MSOMenu_Restore" onmenuclick="javascript:MSOLayout_MinimizeRestore(MenuWebPart)" text="Restore" type="option">

				</ie:menuitem><ie:menuitem...

JavaScript

$(document).ready(function() {

		$(".listfeed .cbs-List").css("display", "none");

});