JSFiddle - React, Tailwind, and code Playground

JavaScript

var string1= "Hello how are =you";

alert(string1.split("=")[1]);