JSFiddle - React, Tailwind, and code Playground

by joshmoto

JavaScript

var str = '<mark>test</mark>';
str = str.replace(['<mark>',],'')
alert(str)