JSFiddle - React, Tailwind, and code Playground

by lalatino

JavaScript

var a = /\bbig\b/.test(`big');
alert(a);