JSFiddle - React, Tailwind, and code Playground
by drublic
JavaScript
el = document.createElement('test');
if ( el.style[ 'webkitTransition' ] !== undefined ||
el.style[ 'oTransition' ] !== undefined ||
el.style[ 'mozTransition' ] !== undefined ||
el.style[ 'msTransition' ] !== undefined ||
el.style[ 'ransition' ] !== undefined ) {
console.log( true );
}